mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:27:45 +00:00
LibVT: Support HVP (Horizontal and Vertical Position) (final 'f')
This commit is contained in:
parent
e6f5ce8285
commit
20e41ab381
2 changed files with 16 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue