1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:27:44 +00:00

Add basic support for ANSI color escape sequences.

This commit is contained in:
Andreas Kling 2018-10-28 00:51:27 +02:00
parent 8289a5c93c
commit dd3244137e
3 changed files with 112 additions and 12 deletions

View file

@ -20,6 +20,7 @@ public:
private:
void escape$H(const Vector<unsigned>&);
void escape$J(const Vector<unsigned>&);
void escape$m(const Vector<unsigned>&);
const byte m_rows { 25 };
const byte m_columns { 80 };