1
Fork 0
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:
Linus Groh 2020-01-26 13:42:00 +00:00 committed by Andreas Kling
parent 5cdfc58242
commit 296afbe624
2 changed files with 4 additions and 3 deletions

View file

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