1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 10:27: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:
Andreas Kling 2019-03-14 16:25:19 +01:00
parent f9569db1e5
commit 1565dc3ab3
2 changed files with 14 additions and 1 deletions

View file

@ -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();