mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:47:35 +00:00
Terminal: Add support for DCH ('P' final)
Patch contributed by "pd"
This commit is contained in:
parent
16f624421a
commit
42f374d0f1
2 changed files with 26 additions and 0 deletions
|
@ -61,6 +61,7 @@ private:
|
|||
void escape$J(const ParamVector&);
|
||||
void escape$K(const ParamVector&);
|
||||
void escape$M(const ParamVector&);
|
||||
void escape$P(const ParamVector&);
|
||||
void escape$G(const ParamVector&);
|
||||
void escape$X(const ParamVector&);
|
||||
void escape$b(const ParamVector&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue