mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:37:44 +00:00
LibVT: Give proper names to SD and SU
This commit is contained in:
parent
75084d3b3f
commit
a59d96e461
2 changed files with 10 additions and 6 deletions
|
@ -204,10 +204,14 @@ private:
|
|||
// ICH - Insert Character
|
||||
void ICH(const ParamVector&);
|
||||
|
||||
// SU - Scroll Up (called "Pan Down" in VT510)
|
||||
void SU(const ParamVector&);
|
||||
|
||||
// SD - Scroll Down (called "Pan Up" in VT510)
|
||||
void SD(const ParamVector&);
|
||||
|
||||
// FIXME: Find the right names for these.
|
||||
void escape$t(const ParamVector&);
|
||||
void escape$S(const ParamVector&);
|
||||
void escape$T(const ParamVector&);
|
||||
void escape$L(const ParamVector&);
|
||||
void escape$M(const ParamVector&);
|
||||
void escape$P(const ParamVector&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue