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

LibVT: Support HVP (Horizontal and Vertical Position) (final 'f')

This commit is contained in:
Andreas Kling 2020-01-25 19:49:42 +01:00
parent e6f5ce8285
commit 20e41ab381
2 changed files with 16 additions and 0 deletions

View file

@ -171,6 +171,7 @@ private:
void escape$L(const ParamVector&);
void escape$h_l(bool, bool, const ParamVector&);
void escape$c(const ParamVector&);
void escape$f(const ParamVector&);
TerminalClient& m_client;