Turn off focus tracking while doing tty remote control

Fixes #8733
This commit is contained in:
Kovid Goyal
2025-06-16 21:57:19 +05:30
parent 8b395759e2
commit 4a13c53438
4 changed files with 17 additions and 3 deletions

View File

@@ -26,6 +26,7 @@ func new_loop() *Loop {
l := Loop{controlling_term: nil}
l.terminal_options.Alternate_screen = true
l.terminal_options.restore_colors = true
l.terminal_options.focus_tracking = true
l.terminal_options.in_band_resize_notification = true
l.terminal_options.color_scheme_change_notification = false
l.terminal_options.kitty_keyboard_mode = DISAMBIGUATE_KEYS | REPORT_ALTERNATE_KEYS | REPORT_ALL_KEYS_AS_ESCAPE_CODES | REPORT_TEXT_WITH_KEYS