Kernel/Terminal: Add support for bracketed paste mode
This gets rid of annoying warnings when running some programs like bash
This commit is contained in:
@@ -106,6 +106,7 @@ private:
|
||||
uint32_t m_selection_e_col { UINT32_MAX };
|
||||
uint32_t m_selection_e_row { UINT32_MAX };
|
||||
bool m_selecting { false };
|
||||
bool m_brackted_paste_mode { false };
|
||||
|
||||
bool m_cursor_shown { true };
|
||||
bool m_cursor_blink_shown { true };
|
||||
|
||||
Reference in New Issue
Block a user