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

LibVT: Rename escape$f to HVP (Horizontal and Vertical Position)

This commit is contained in:
Linus Groh 2020-01-26 13:52:19 +00:00 committed by Andreas Kling
parent 2edd8e37ae
commit be57b81336
2 changed files with 3 additions and 3 deletions

View file

@ -171,7 +171,7 @@ private:
void escape$L(const ParamVector&);
void escape$h_l(bool, bool, const ParamVector&);
void DA(const ParamVector&);
void escape$f(const ParamVector&);
void HVP(const ParamVector&);
void NEL();
void IND();
void RI();