mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:37:34 +00:00
LibVT: Rename escape$C to CUF (Cursor Forward)
This commit is contained in:
parent
35310dbd22
commit
428a55a196
2 changed files with 4 additions and 3 deletions
|
@ -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&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue