-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Returning to clifm
prompt after suspending a running job by sending the suspend character (Ctrl+Z
)
#275
Comments
The bug is still present in v. 1.20 on Arch. |
Hi @fidodido48. What command are you running exactly? It seems to happen only with specific commands. For example, it does happen with |
Hello. Ive tried to suspend rsync for a while.
And it just hangs like that. |
Suspend is disabled because clifm does not do job control. Are you sure it is hanged? Try with Control-C to kill the program and see whether it is responsive or not. |
Its not responding - just prints '^C'. |
Ok. I'll keep investigating this issue. I'm not sure why this happens with some programs and not with others. This is what we know thus far: Ctrl-z is definitely disabled, but some programs ( I also observed that this depends at some point on the underlying shell. For example, if you run clifm using zsh ( |
If anyone needs it - from other terminal: |
I've found out that the issue can be reproduced independently of clifm. For example: exec sh -cm top where Again, since this doesn't happen with |
Describe the bug
In a shell, sending the suspend character (
Ctrl+Z
) will suspend the currently running job and return to the shell prompt. Inclifm
, pressingCtrl+Z
will not return toclifm
prompt but put it into an unusable state.To Reproduce
Steps to reproduce the behavior:
clifm
, run a program in foreground (top
,ping
,glxgears
,nautilus
, whatever...)Ctrl+Z
(to send suspend character) to suspend it.Expected behavior
Suspend the program and return to the
clifm
prompt.Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: