mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:27:35 +00:00
LibVT: Rename escape$D to CUB (Cursor Backward)
This commit is contained in:
parent
428a55a196
commit
5cdfc58242
2 changed files with 4 additions and 3 deletions
|
@ -151,7 +151,7 @@ private:
|
|||
void CUU(const ParamVector&);
|
||||
void CUD(const ParamVector&);
|
||||
void CUF(const ParamVector&);
|
||||
void escape$D(const ParamVector&);
|
||||
void CUB(const ParamVector&);
|
||||
void escape$H(const ParamVector&);
|
||||
void ED(const ParamVector&);
|
||||
void EL(const ParamVector&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue