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

LibVT: Rename escape$D to CUB (Cursor Backward)

This commit is contained in:
Linus Groh 2020-01-26 13:39:30 +00:00 committed by Andreas Kling
parent 428a55a196
commit 5cdfc58242
2 changed files with 4 additions and 3 deletions

View file

@ -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&);