mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 07:37:03 +00:00
LibVT: Replace escape$h_l with SM (Set Mode) / RM (Reset Mode)
This commit is contained in:
parent
be57b81336
commit
fd8c250866
Notes:
sideshowbarker
2024-07-19 09:47:18 +09:00
Author: https://github.com/linusg
Commit: fd8c250866
Pull-request: https://github.com/SerenityOS/serenity/pull/1137
Reviewed-by: https://github.com/awesomekling
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