Uh oh!
There was an error while loading. Please reload this page.
tui: added ctrl-z terminal suspension support - #3983
Conversation
goniz
commented
Nov 6, 2025
@kommander Would love to get your feedback! |
kommander
commented
Nov 6, 2025
Thanks for looking into this! I think a provider is a bit much for this, it could be a command that can be bound with config keybinds? The command then can add the SIGCONT listener and remove it again on when resuming.
Let me see what I can do there. You can have a look it you like. Basically
Roughly. |
goniz
commented
Nov 6, 2025
Will definitely try to convert to a command. Still figuring out the correct patterns here 👍🏻 I'll try to look at the zig code as well, but will get to it only next week :( |
dac9388 to
99d005dComparegoniz
commented
Nov 12, 2025
Current state using latest opentui (0.1.41): Screen.Recording.2025-11-12.at.9.09.38.mov |
6857086 to
225d142Comparekommander
commented
Nov 18, 2025
I have the suspend/resume improvements coming in the next opentui version. |
goniz
commented
Nov 19, 2025
👑👑 |
goniz
commented
Nov 20, 2025
@kommander looks good! I'll rebase and test my changes once opentui is updated on dev |
f1dc981 to
3e15a39Comparegoniz
commented
Nov 22, 2025
@kommander PR is ready and works with latest opentui 🙌🏻 |
rekram1-node
commented
Nov 22, 2025
itll format when it's merged ignore failure |
Uh oh!
There was an error while loading. Please reload this page.
I went with keeping the control in the cli instead of internally in opentui.
Still got artifacts on the terminal on suspend hence the draft status.
wanted to get feedback early since it’s my first contribution here :)
Fixes#3737