1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 21:17:45 +00:00

LibVT: Implement ICH sequence.

This commit is contained in:
Tyler Lanphear 2021-01-08 01:33:17 -05:00 committed by Andreas Kling
parent e575d3fd3d
commit 0f988424cf
2 changed files with 26 additions and 0 deletions

View file

@ -173,6 +173,7 @@ private:
void IND();
void RI();
void DSR(const ParamVector&);
void ICH(const ParamVector&);
TerminalClient& m_client;