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
This is not a problem in actual terminal emulator.
But on the web, if you are dragging a window, then the browser will show it as a text selection from the original location to the final location.
We could solve this just for the browser by doing: 1) show a clear div over everything 2) intercept clicks/drags/scrolls and play through to the TUI layer.
The text was updated successfully, but these errors were encountered:
This is not a problem in actual terminal emulator.
But on the web, if you are dragging a window, then the browser will show it as a text selection from the original location to the final location.
We could solve this just for the browser by doing: 1) show a clear div over everything 2) intercept clicks/drags/scrolls and play through to the TUI layer.
The text was updated successfully, but these errors were encountered: