mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 00:37:35 +00:00
Terminal: Use TERM=xterm by default, and implement some more escapes.
This commit is contained in:
parent
1565dc3ab3
commit
ee0f00c644
3 changed files with 41 additions and 1 deletions
|
@ -49,6 +49,9 @@ private:
|
|||
void escape$J(const Vector<unsigned>&);
|
||||
void escape$K(const Vector<unsigned>&);
|
||||
void escape$M(const Vector<unsigned>&);
|
||||
void escape$G(const Vector<unsigned>&);
|
||||
void escape$X(const Vector<unsigned>&);
|
||||
void escape$d(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