-
Notifications
You must be signed in to change notification settings - Fork 198
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
'abort' doesn't abort all the time #259
Comments
@ngirard Thanks for report! Could you help reproducing on other terminals (say xterm)? |
Hey, sorry for the late reply.
Would you like me to try anything else ? |
The problem still occurs using Skim 0.8.0. |
@ngirard Could you please try
After you reproduce the issue, could you please paste the log here? Thanks! |
Unfortunately that didn't help. Here's the contents of
Here's the contents of
|
This defect is very annoying as it prevents me from using Skim and forces me to resort to using Fzf instead. I'm actually surprised I'm the only one to have ever reproduced it. @lotabout, could you please try and reproduce it again ? For instance, using Using the last command on my system, Skim exits properly most of the time, but fails to exit at least 20% of the time, so you might need to execute it several times before experiencing the issue. I've found that the line chosen before hitting I've found the same problem executing other trivial commands, such as Also, since I was suspecting a stdio buffering problem, I tried using |
Also @lotabout, is there any workaround you could give me, that would allow me to keep using Skim ? |
|
@ngirard Oh, which arch do you use? |
So sorry about the false flag. |
@ngirard I finally got an Ubuntu machine and was able to reproduce the issue. Was testing on CentOS and could not reproduce the issue. :-( Will later publish a new release of tuikit. |
Great !!! Thanks you so much, @lotabout ! |
When running
find|sk --bind 'enter:execute(echo {})+abort'
, skim doesn't always abort.That is, the selection is printed, then a newline. But the caret stays on an empty line below, skim keeps running, and hitting enter again doesn't get us back to the shell. Typing
ctrl-c
is needed to end the program.Tested on Ubuntu 19.04 running konsole, bash 5.0.3 and skim 0.7.0.
The text was updated successfully, but these errors were encountered: