mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:57:35 +00:00
Terminal: Add some logging for the 'r' final.
I haven't implemented scrolling regions yet, but this will at least give me some indication that they're being used.
This commit is contained in:
parent
f9569db1e5
commit
1565dc3ab3
2 changed files with 14 additions and 1 deletions
|
@ -53,6 +53,7 @@ private:
|
|||
void escape$s(const Vector<unsigned>&);
|
||||
void escape$u(const Vector<unsigned>&);
|
||||
void escape$t(const Vector<unsigned>&);
|
||||
void escape$r(const Vector<unsigned>&);
|
||||
|
||||
void clear();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue