mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:07:34 +00:00
Terminal: Various improvements to terminal emulation.
This commit is contained in:
parent
8d36c8f0d8
commit
faaa0dbf1d
3 changed files with 20 additions and 20 deletions
|
@ -72,6 +72,7 @@ private:
|
|||
byte m_cursor_column { 0 };
|
||||
byte m_saved_cursor_row { 0 };
|
||||
byte m_saved_cursor_column { 0 };
|
||||
bool m_stomp { false };
|
||||
|
||||
Attribute m_current_attribute;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue