1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 02:37:36 +00:00

LibVT: Rename escape$A to CUU (Cursor Up)

This commit is contained in:
Linus Groh 2020-01-26 13:33:27 +00:00 committed by Andreas Kling
parent 5e47508672
commit cc73284c64
2 changed files with 5 additions and 4 deletions

View file

@ -148,7 +148,7 @@ private:
void emit_string(const StringView&);
void escape$A(const ParamVector&);
void CUU(const ParamVector&);
void escape$B(const ParamVector&);
void escape$C(const ParamVector&);
void escape$D(const ParamVector&);