mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +00:00
LibVT: Rename escape$H to CUP (Cursor Position)
This commit is contained in:
parent
5cdfc58242
commit
296afbe624
Notes:
sideshowbarker
2024-07-19 09:47:43 +09:00
Author: https://github.com/linusg
Commit: 296afbe624
Pull-request: https://github.com/SerenityOS/serenity/pull/1137
Reviewed-by: https://github.com/awesomekling
2 changed files with 4 additions and 3 deletions
|
@ -152,7 +152,7 @@ private:
|
|||
void CUD(const ParamVector&);
|
||||
void CUF(const ParamVector&);
|
||||
void CUB(const ParamVector&);
|
||||
void escape$H(const ParamVector&);
|
||||
void CUP(const ParamVector&);
|
||||
void ED(const ParamVector&);
|
||||
void EL(const ParamVector&);
|
||||
void escape$M(const ParamVector&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue