mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 20:07:36 +00:00
LibVT: Tweak input parsing related names
This commit is contained in:
parent
c4edc4c550
commit
06f3eb0ecd
3 changed files with 23 additions and 24 deletions
|
@ -54,7 +54,7 @@ public:
|
|||
bool m_need_full_flush { false };
|
||||
|
||||
void invalidate_cursor();
|
||||
void on_char(u8);
|
||||
void on_input(u8);
|
||||
|
||||
void clear();
|
||||
void set_size(u16 columns, u16 rows);
|
||||
|
@ -182,7 +182,7 @@ private:
|
|||
ExpectStringTerminator,
|
||||
};
|
||||
|
||||
EscapeState m_escape_state { Normal };
|
||||
EscapeState m_parser_state { Normal };
|
||||
Vector<u8> m_parameters;
|
||||
Vector<u8> m_intermediates;
|
||||
Vector<u8> m_xterm_parameters;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue