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 works for me in iTerm2 on macOS. Could it be that you need to enable it in your terminal software?
If your terminal software doesn't support selections while forwarding mouse events to the app running inside, there is not much tview can do about it. For example, TextArea and InputField do support text selections but it all happens inside the app. If you want to copy+paste this "emulated" selection like you're used to in non-mouse mode, it's not going to work because your terminal won't have any information about that selection. Unless, of course, your app has access to your local clipboard (which is possible but not very common because it's highly OS-dependent). I don't think this is something you intend to implement.
By the way, if your terminal supports it, you can add hyperlinks to the text, see here. Your screenshot seemed like you might want to make those URLs clickable.
Yes, holding shift bypasses the mouse event forwarding in GNOME terminal in ubuntu, and I can select text using this method.
But for Windows cmd and powershell, there is no bypassing supported for mouse event forwarding. I need to open the Window Control Menu and click Edit->Mark to enter text selection mode in Windows terminals.
Is it possible to make the gnome terminal by default select text like MacOS?
When we have
Application.EnableMouse(true)
, we can not select any text with mouse drag in the terminal.Is it possible to use mouse events while allowing selection of texts with mouse drag?
Here's what I mean by selecting text using mouse drag:
The text was updated successfully, but these errors were encountered: