mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 19:57:45 +00:00
LibVT: Rename escape$H to CUP (Cursor Position)
This commit is contained in:
parent
5cdfc58242
commit
296afbe624
2 changed files with 4 additions and 3 deletions
|
@ -152,7 +152,7 @@ private:
|
|||
void CUD(const ParamVector&);
|
||||
void CUF(const ParamVector&);
|
||||
void CUB(const ParamVector&);
|
||||
void escape$H(const ParamVector&);
|
||||
void CUP(const ParamVector&);
|
||||
void ED(const ParamVector&);
|
||||
void EL(const ParamVector&);
|
||||
void escape$M(const ParamVector&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue