1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 07:37:35 +00:00

LibVT: Rename escape$c to DA (Device Attributes)

This commit is contained in:
Linus Groh 2020-01-26 13:48:11 +00:00 committed by Andreas Kling
parent dcb5bf9e50
commit 2edd8e37ae
2 changed files with 3 additions and 3 deletions

View file

@ -170,7 +170,7 @@ private:
void escape$T(const ParamVector&);
void escape$L(const ParamVector&);
void escape$h_l(bool, bool, const ParamVector&);
void escape$c(const ParamVector&);
void DA(const ParamVector&);
void escape$f(const ParamVector&);
void NEL();
void IND();