Skip to content
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

Open
ddevault opened this issue May 4, 2017 · 9 comments
Open

sl hangs in linux terminal #28

ddevault opened this issue May 4, 2017 · 9 comments

Comments

@ddevault
Copy link

ddevault commented May 4, 2017

No description provided.

@rofl0r
Copy link
Member

rofl0r commented May 4, 2017

sl ?

@ddevault
Copy link
Author

ddevault commented May 4, 2017

steam locomotive: https://github.com/mtoyoda/sl

@rofl0r
Copy link
Member

rofl0r commented May 4, 2017

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...

@ddevault
Copy link
Author

ddevault commented May 4, 2017

You right, I can get it to go by pressing a key. But this doesn't seem to be necessary with ncurses.

@rofl0r
Copy link
Member

rofl0r commented May 4, 2017

indeed - that's funny because it uses getch(). seems i need to read the code a bit more exhaustively...

@rofl0r
Copy link
Member

rofl0r commented May 5, 2017

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.

@rofl0r
Copy link
Member

rofl0r commented Sep 20, 2017

@SirCmpwn i just backported all upstream work; would you mind testing if it fixes this issue ?

@ddevault
Copy link
Author

Just tested it on the master branch, same behavior. Can you reproduce?

@rsmarples
Copy link
Contributor

sl would set cbreak() mode.
mtoyoda/sl#63

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants