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
ConEmu Console hangs when user clicks on left button #1213
Comments
I do not believe in that. Run the ConEmu with real default settings and recheck: Press |
I have tested with (Win+R and execute ConEmu64 -basic -run {cmd} ) but the behaviour is same... It happens both on my home laptop and office. I don't think its setting's issue. |
Show screenshots at least. I do not see any problems on my side. |
After typing d I clicked on left mouse button and some more characters. As you can see cursor flickers but does not show up the characters until some time. |
I've had this same issue for along time now (almost a year) across a lot of builds. I think it's possibly an environmental issue as it only occurs on one of my pc's. Opening up the real console ( I can confirm that the issue still occurs when using Workaround is to restart the console from within ConEmu (ctrl+`), sometimes I have to restart it multiple times to get it working. @Maximus5 happy to help out testing since the issue is repeatable on my desktop every time I fire up ConEmu from scratch. |
Did you click in RealConsole? If so, it's not a ConEmu who process the clicks, but your console shell, application or something else. |
Yes I clicked in the console. Turns out it looks to be the combination between ConEmu and Clink which causes the issue. Clink issue reported by someone else -> mridgers/clink#445 |
…nged cursor blinking. ConEmu tried to move text cursor to the clicked position, which caused numerous ‘Right arrow’ clicks. Since now ConEmu would not try to advance text cursor forward, if user clicks on the empty space (line) below the prompt.
ConEmu Version : 170730 x64
OS Version : windows 10 x64
Used shell version : cmd
Problem description
ConEmu console hangs when user clicks on on left mouse button with in window. There is some change in cursor behaviour with flickering in blocks. When user presses keys, the cursor/block flickers but don't show up characters. Sometimes it comes back to life after few minutes.
Steps to reproduce
Actual results
Console should work as expected with keyboard keys shown up.
Expected results
Console should not hang with flickering cursor
Additional files
default settings
The text was updated successfully, but these errors were encountered: