mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 04:22:28 +00:00
LibVT: Rename escape$f to HVP (Horizontal and Vertical Position)
This commit is contained in:
parent
2edd8e37ae
commit
be57b81336
Notes:
sideshowbarker
2024-07-19 09:47:23 +09:00
Author: https://github.com/linusg
Commit: be57b81336
Pull-request: https://github.com/SerenityOS/serenity/pull/1137
Reviewed-by: https://github.com/awesomekling
2 changed files with 3 additions and 3 deletions
|
@ -171,7 +171,7 @@ private:
|
|||
void escape$L(const ParamVector&);
|
||||
void escape$h_l(bool, bool, const ParamVector&);
|
||||
void DA(const ParamVector&);
|
||||
void escape$f(const ParamVector&);
|
||||
void HVP(const ParamVector&);
|
||||
void NEL();
|
||||
void IND();
|
||||
void RI();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue