-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Sending Mouse inputs via ssh / Disabling context menu [Feature] #144
Comments
You are welcome, I'm glad you like WindTerm. Here are some answers to your questions.
The next version is expected to be released in late August. |
Thank you for your quick response and your clarification. You are doing good work, and if I can assist you in any way, I'd be glad to help. |
Hi, WindTerm_2.2.0_Prerelease_2 has been released and Please download and check it, thank you. BTW, copying lines in tmux will be investigated in later versions, I will update the progress here. |
@nkay08 |
Indeed, I cannot reproduce this error on other servers either. |
I am happy to get your feedback. Can you remember how copying is done? I guess it should be done using tmux's built-in copy function, because if you use WindTerm's own copy function, for example, after selecting the text, press the |
The confusing part is, that I was copying by |
Do you mean that the problem of copying text still exists on that server until now? |
Although I did not declare, in fact So I wonder if it is possible that the mouse clicked the last line when you pressed the You can open any session and try it out, then press the One thing I can be sure of is that if you use the |
I will check again and try to find out which specific behavior causes copying the wrong lines. |
Thank you very much. But please don't spend too much of your precious time. As long as it is a problem, it will reappear, and a problem that will never reappear is not a problem. |
I think I found the culprit: |
Sorry for the late reply. There are some
Thank you very much for finding the source of this bug. |
Hello and thank you for your development of WindTerm. It is exactly what I was looking for: A FOSS cross-platform ssh/terminal/... client that is fast and does not eat a huge amount of resources.
I can comfortably work with WindTerm, however I found that it is impossible to send correct mouse inputs via ssh.
E.g. I am logging in to my server via ssh on which I use tmux for multiplexing. I have set up tmux to accept mouse inputs for easier navigation.
So my suggestions would be to to have an option to disable the WindTerm context menu, or only show it when pressing a hotkey.
Furthermore I found that copying lines when using tmux is impossible and seems to not copy the selection but something like:
| ssh_tmu2:p4 3:[tmux]* 4:bash- |<host> | Thu 2021-08-05 10:09
, which is the status bar of tmux and the last line in the terminal.
The text was updated successfully, but these errors were encountered: