mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
LibVT: Rename escape$B to CUD (Cursor Down)
This commit is contained in:
committed by
Andreas Kling
parent
cc73284c64
commit
35310dbd22
@@ -149,7 +149,7 @@ private:
|
||||
void emit_string(const StringView&);
|
||||
|
||||
void CUU(const ParamVector&);
|
||||
void escape$B(const ParamVector&);
|
||||
void CUD(const ParamVector&);
|
||||
void escape$C(const ParamVector&);
|
||||
void escape$D(const ParamVector&);
|
||||
void escape$H(const ParamVector&);
|
||||
|
||||
Reference in New Issue
Block a user