1
Fork 0
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:
Linus Groh 2020-01-26 13:45:11 +00:00 committed by Andreas Kling
parent 296afbe624
commit dcb5bf9e50
2 changed files with 5 additions and 4 deletions

View file

@ -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&);