1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 12:57:35 +00:00

LibVT: Rename escape$C to CUF (Cursor Forward)

This commit is contained in:
Linus Groh 2020-01-26 13:37:02 +00:00 committed by Andreas Kling
parent 35310dbd22
commit 428a55a196
2 changed files with 4 additions and 3 deletions

View file

@ -150,7 +150,7 @@ private:
void CUU(const ParamVector&);
void CUD(const ParamVector&);
void escape$C(const ParamVector&);
void CUF(const ParamVector&);
void escape$D(const ParamVector&);
void escape$H(const ParamVector&);
void ED(const ParamVector&);