mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00:00
Add basic support for ANSI color escape sequences.
This commit is contained in:
parent
8289a5c93c
commit
dd3244137e
Notes:
sideshowbarker
2024-07-19 18:37:24 +09:00
Author: https://github.com/awesomekling
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