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:
parent
8289a5c93c
commit
dd3244137e
3 changed files with 112 additions and 12 deletions
|
@ -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 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue