mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-01 15:18:06 +00:00
LibVT: Rename escape$c to DA (Device Attributes)
This commit is contained in:
parent
dcb5bf9e50
commit
2edd8e37ae
Notes:
sideshowbarker
2024-07-19 09:47:29 +09:00
Author: https://github.com/linusg
Commit: 2edd8e37ae
Pull-request: https://github.com/SerenityOS/serenity/pull/1137
Reviewed-by: https://github.com/awesomekling
2 changed files with 3 additions and 3 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue