mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:07:35 +00:00
LibVT: Rename escape$B to CUD (Cursor Down)
This commit is contained in:
parent
cc73284c64
commit
35310dbd22
2 changed files with 5 additions and 4 deletions
|
@ -149,7 +149,7 @@ private:
|
|||
void emit_string(const StringView&);
|
||||
|
||||
void CUU(const ParamVector&);
|
||||
void escape$B(const ParamVector&);
|
||||
void CUD(const ParamVector&);
|
||||
void escape$C(const ParamVector&);
|
||||
void escape$D(const ParamVector&);
|
||||
void escape$H(const ParamVector&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue