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

Returning to clifm prompt after suspending a running job by sending the suspend character (Ctrl+Z) #275

Open
whatbh opened this issue Mar 28, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@whatbh
Copy link

whatbh commented Mar 28, 2024

Describe the bug
In a shell, sending the suspend character (Ctrl+Z) will suspend the currently running job and return to the shell prompt. In clifm, pressing Ctrl+Z will not return to clifm prompt but put it into an unusable state.

To Reproduce
Steps to reproduce the behavior:

  1. In clifm, run a program in foreground (top, ping, glxgears, nautilus, whatever...)
  2. Press Ctrl+Z (to send suspend character) to suspend it.

Expected behavior
Suspend the program and return to the clifm prompt.

Screenshots
Screenshot 2024-03-28 160435

Desktop (please complete the following information):

  • OS: Linux (EndeavourOS)
  • Terminal: qterminal
  • CliFM version: 1.18
  • Installation source: AUR
@leo-arch leo-arch added the bug Something isn't working label Mar 28, 2024
@leo-arch
Copy link
Owner

Hi @whatbh.

Ctrl-z for external commands was disabled in 8325919. Of course this is not a solution, but at least it won't let the shell in an unusable state anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants