We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b60fe1b + 10934a1 commit c539c25Copy full SHA for c539c25
src/textual/drivers/windows_driver.py
@@ -95,7 +95,6 @@ def start_application_mode(self) -> None:
95
self.write("\x1b[?1049h") # Enable alt screen
96
self._enable_mouse_support()
97
self.write("\x1b[?25l") # Hide cursor
98
- self.write("\033[?1003h")
99
self.write("\033[?1004h") # Enable FocusIn/FocusOut.
100
self.flush()
101
self._enable_bracketed_paste()
0 commit comments