mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 20:42:21 +00:00
LibVT: Rename escape$m to SGR (Select Graphic Rendition)
This commit is contained in:
parent
296afbe624
commit
dcb5bf9e50
Notes:
sideshowbarker
2024-07-19 09:47:37 +09:00
Author: https://github.com/linusg
Commit: dcb5bf9e50
Pull-request: https://github.com/SerenityOS/serenity/pull/1137
Reviewed-by: https://github.com/awesomekling
2 changed files with 5 additions and 4 deletions
|
@ -161,7 +161,7 @@ private:
|
|||
void escape$X(const ParamVector&);
|
||||
void escape$b(const ParamVector&);
|
||||
void escape$d(const ParamVector&);
|
||||
void escape$m(const ParamVector&);
|
||||
void SGR(const ParamVector&);
|
||||
void escape$s(const ParamVector&);
|
||||
void escape$u(const ParamVector&);
|
||||
void escape$t(const ParamVector&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue