You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It uses \x1b[?25h in start_application_mode() of WindowsDriver. This actually shows the cursor rather than hide it so there is always a cursor on Windows platform. It should be changed to \x1b[?25l as what it does on Linux etc.
It uses
\x1b[?25h
instart_application_mode()
ofWindowsDriver
. This actually shows the cursor rather than hide it so there is always a cursor on Windows platform. It should be changed to\x1b[?25l
as what it does on Linux etc.textual/src/textual/drivers/windows_driver.py
Line 80 in 2cd8295
The text was updated successfully, but these errors were encountered: