mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-15 23:09:05 +00:00
LibVT: Rename escape$r to DECSTBM (Set Top and Bottom Margins)
This commit is contained in:
parent
79f88db6fb
commit
3549623dc6
Notes:
sideshowbarker
2024-07-19 09:47:06 +09:00
Author: https://github.com/linusg
Commit: 3549623dc6
Pull-request: https://github.com/SerenityOS/serenity/pull/1137
Reviewed-by: https://github.com/awesomekling
2 changed files with 5 additions and 4 deletions
|
@ -167,7 +167,7 @@ private:
|
|||
void escape$s(const ParamVector&);
|
||||
void escape$u(const ParamVector&);
|
||||
void escape$t(const ParamVector&);
|
||||
void escape$r(const ParamVector&);
|
||||
void DECSTBM(const ParamVector&);
|
||||
void escape$S(const ParamVector&);
|
||||
void escape$T(const ParamVector&);
|
||||
void escape$L(const ParamVector&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue