mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:37:43 +00:00
VirtualConsole: Support the 'A' and 'D' CSI sequences.
This makes backspace work correctly when line editing with bash-2.05b.
This commit is contained in:
parent
a8c7b6ce86
commit
4f6438ec66
5 changed files with 47 additions and 7 deletions
|
@ -41,6 +41,7 @@ private:
|
|||
void put_character_at(unsigned row, unsigned column, byte ch);
|
||||
|
||||
void escape$A(const Vector<unsigned>&);
|
||||
void escape$D(const Vector<unsigned>&);
|
||||
void escape$H(const Vector<unsigned>&);
|
||||
void escape$J(const Vector<unsigned>&);
|
||||
void escape$m(const Vector<unsigned>&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue