mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 17:57:34 +00:00
LibVT: Replace escape$h_l with SM (Set Mode) / RM (Reset Mode)
This commit is contained in:
parent
be57b81336
commit
fd8c250866
2 changed files with 20 additions and 4 deletions
|
@ -148,6 +148,8 @@ private:
|
|||
|
||||
void emit_string(const StringView&);
|
||||
|
||||
void alter_mode(bool, bool, const ParamVector&);
|
||||
|
||||
void CUU(const ParamVector&);
|
||||
void CUD(const ParamVector&);
|
||||
void CUF(const ParamVector&);
|
||||
|
@ -169,7 +171,8 @@ private:
|
|||
void escape$S(const ParamVector&);
|
||||
void escape$T(const ParamVector&);
|
||||
void escape$L(const ParamVector&);
|
||||
void escape$h_l(bool, bool, const ParamVector&);
|
||||
void RM(bool, const ParamVector&);
|
||||
void SM(bool, const ParamVector&);
|
||||
void DA(const ParamVector&);
|
||||
void HVP(const ParamVector&);
|
||||
void NEL();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue