mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:37:36 +00:00
LibVT: Rename escape$m to SGR (Select Graphic Rendition)
This commit is contained in:
parent
296afbe624
commit
dcb5bf9e50
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