1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-27 02:25:28 +03:00

add missing comment

This commit is contained in:
Wez Furlong 2019-12-28 08:37:19 -08:00
parent d9a9d75a83
commit 682bb0d3fd

View File

@ -178,6 +178,7 @@ pub struct TerminalState {
/// designated marker characters.
bracketed_paste: bool,
/// SGR style mouse tracking and reporting is enabled
sgr_mouse: bool,
button_event_mouse: bool,
current_mouse_button: MouseButton,