mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:47:36 +00:00
LibVT: Rename escape$r to DECSTBM (Set Top and Bottom Margins)
This commit is contained in:
parent
79f88db6fb
commit
3549623dc6
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