-
Notifications
You must be signed in to change notification settings - Fork 16
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
sl hangs in linux terminal #28
Comments
sl ? |
steam locomotive: https://github.com/mtoyoda/sl |
works for me in both xterm and linux term, however it hangs until a key is pressed - but it looks to me as if this is by design... |
You right, I can get it to go by pressing a key. But this doesn't seem to be necessary with ncurses. |
indeed - that's funny because it uses getch(). seems i need to read the code a bit more exhaustively... |
according to the getch manpage of ncurses, it should behave differently in no-delay mode, which we apparently fail to do. forwarded and waiting for upstream feedback. |
@SirCmpwn i just backported all upstream work; would you mind testing if it fixes this issue ? |
Just tested it on the master branch, same behavior. Can you reproduce? |
sl would set cbreak() mode. |
No description provided.
The text was updated successfully, but these errors were encountered: