-
-
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
Support Ctrl-Z for job control. #297
Comments
i can take this one |
in the meantime i suggest |
3 years later, |
I remember attempting it for a couple days. There was an issue with resetting the tty that I couldn't get around. I tried sending reset control codes to the tty. ctrl-Z / SIG-STOP worked, but SIG-RUN would restore the app to a broken state on the tty. no input could be received and screen was blank. |
still same reaction Seems that blame to gocui (the lib which dive used for TUI) |
@tonymet @Ferada @wagoodman |
people may also be interested in |
It looks to me like pressing Ctrl-Z does nothing, when in fact that should pause the process. Would it be possible to have that going to the shell instead of capturing all keypresses? The same issue is with Ctrl-L which should ideally refresh the screen (why's that a good idea to have? because sometimes you end up with a garbled terminal because some other process is still writing there; right now you'd have to restart to be back in a consistent and usable state).
The text was updated successfully, but these errors were encountered: