Skip to content

Commit c539c25

Browse files
authored
Merge pull request #6018 from fancidev/gh-5894
Fix gh-5894: Mouse capture issues on Windows
2 parents b60fe1b + 10934a1 commit c539c25

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/textual/drivers/windows_driver.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ def start_application_mode(self) -> None:
9595
self.write("\x1b[?1049h") # Enable alt screen
9696
self._enable_mouse_support()
9797
self.write("\x1b[?25l") # Hide cursor
98-
self.write("\033[?1003h")
9998
self.write("\033[?1004h") # Enable FocusIn/FocusOut.
10099
self.flush()
101100
self._enable_bracketed_paste()

0 commit comments

Comments
 (0)