mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:27:45 +00:00
Terminal: Add support for some more escape sequences.
This commit is contained in:
parent
c7ded89f05
commit
9ae20a153e
2 changed files with 75 additions and 1 deletions
|
@ -28,9 +28,12 @@ private:
|
|||
void invalidate_window(const Rect& = Rect());
|
||||
|
||||
void escape$A(const Vector<unsigned>&);
|
||||
void escape$B(const Vector<unsigned>&);
|
||||
void escape$C(const Vector<unsigned>&);
|
||||
void escape$D(const Vector<unsigned>&);
|
||||
void escape$H(const Vector<unsigned>&);
|
||||
void escape$J(const Vector<unsigned>&);
|
||||
void escape$K(const Vector<unsigned>&);
|
||||
void escape$m(const Vector<unsigned>&);
|
||||
void escape$s(const Vector<unsigned>&);
|
||||
void escape$u(const Vector<unsigned>&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue