terminal: parse mode 1039

This commit is contained in:
Mitchell Hashimoto
2023-08-13 15:15:11 -07:00
parent 6fb9a113c1
commit cea6f5f51d

View File

@ -124,6 +124,9 @@ pub const Mode = enum(u16) {
/// The alt key sends esc as a prefix before any character. On by default.
alt_esc_prefix = 1036,
/// altSendsEscape xterm (https://invisible-island.net/xterm/manpage/xterm.html)
alt_sends_escape = 1039,
/// Alternate screen mode with save cursor and clear on enter.
alt_screen_save_cursor_clear_enter = 1049,