mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:37:36 +00:00
LibVT: Support IND and RI (cursor down/up basically)
This commit is contained in:
parent
0d191aae13
commit
dca92af431
2 changed files with 23 additions and 0 deletions
|
@ -173,6 +173,8 @@ private:
|
|||
void escape$c(const ParamVector&);
|
||||
void escape$f(const ParamVector&);
|
||||
void NEL();
|
||||
void IND();
|
||||
void RI();
|
||||
|
||||
TerminalClient& m_client;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue