mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 12:17:35 +00:00
Rage hacking on TerminalWidget.
There's some really hideous plumbing with globals going on here, but my priority right now is getting a basic VT100 terminal emulator working.
This commit is contained in:
parent
f282df6617
commit
ab5266b924
8 changed files with 136 additions and 15 deletions
|
@ -49,4 +49,6 @@ private:
|
|||
Rect m_rect;
|
||||
Color m_backgroundColor;
|
||||
Color m_foregroundColor;
|
||||
|
||||
bool m_hasPendingPaintEvent { false };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue