-
My Textual app, Mehditor, seems to have an inconvenience. There's no good way to suspend the app to the background and resume it later. Since ctrl+z seems to be overridden, I tried creating a custom action that suspends the process:
Unfortunately, that doesn't quite work, for two reasons.
Is there a way I can honor ctrl+z like most other terminal apps would? Cheers! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It's a WIP see #1582 and the linked PR. |
Beta Was this translation helpful? Give feedback.
It's a WIP see #1582 and the linked PR.
I'd love it as well if it was working. That's a pretty crucial thing to have working in a terminal (especially if you are limited to only one window/interface).