-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Strange mouse selection on elementary os #34
Comments
Just ran into this bug on Debian, closing the terminal and reopening fixed it for me. TERM=xterm Linux 3.16.0-4-amd64 # 1 SMP Debian 3.16.7-ckt25-1 (2016-03-06) x86_64 GNU/Linux |
Not for me, I reopened many times. |
It seems like the terminal on Elementary OS is sending mouse motion events strangely. It correctly sends key press and key release events but for mouse motion, it sends the key as |
I notice the mouse disappears while typing on GNOME terminal, but not on xfce4-terminal This bug effects only gnome-terminal on my system. xfce4-terminal and xterm work as expected. |
Fixes #34 This commit requires a modification to tcell before it will work.
I've got a fix now, but it requires a modification to tcell (which you can see here). I'll open a pull request to tcell. |
See gdamore/tcell#94. |
@probandula is it only on gnome-terminal ? Try others such as xterm, xfce4-terminal, or lxterminal to see if it is OS specific or what... I think it is gnome-terminal specific |
This should be fixed since I am now using my fork of tcell. |
Working well ;) Thanks 👍 |
I can't select how I would normally do with the mouse.
When I move my mouse cursor somewhere on the micro screen, it selects from the current text cursor (or sometimes from the top) to the mouse position, I don't have to click for beginning selection.
I think it should work like in every text editor.
Double click for a word and three clicks for a line are working how expected.
The text was updated successfully, but these errors were encountered: