1
Fork 0
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:
Andreas Kling 2021-02-20 16:00:14 +01:00
parent 17959c1408
commit 6c7c6de52b
2 changed files with 11 additions and 6 deletions

View file

@ -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&);