mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:27:45 +00:00
LibVT: Give proper names to SCOSC and SCORC
This commit is contained in:
parent
17959c1408
commit
6c7c6de52b
2 changed files with 11 additions and 6 deletions
|
@ -158,8 +158,13 @@ private:
|
|||
void escape$b(const ParamVector&);
|
||||
void escape$d(const ParamVector&);
|
||||
void SGR(const ParamVector&);
|
||||
void escape$s(const ParamVector&);
|
||||
void escape$u(const ParamVector&);
|
||||
|
||||
// Save Current Cursor Position
|
||||
void SCOSC(const ParamVector&);
|
||||
|
||||
// Restore Saved Cursor Position
|
||||
void SCORC(const ParamVector&);
|
||||
|
||||
void escape$t(const ParamVector&);
|
||||
void DECSTBM(const ParamVector&);
|
||||
void escape$S(const ParamVector&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue