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

Enable shell job control / don't catch Ctrl + Z #1077

Open
raphCode opened this issue Jan 12, 2022 · 4 comments
Open

Enable shell job control / don't catch Ctrl + Z #1077

raphCode opened this issue Jan 12, 2022 · 4 comments
Labels
dormant Marked by stale bot on close upstream

Comments

@raphCode
Copy link

I like use my shell's job control features, but it seems Ctrl + Z is catched by gitui, so that nothing happens when I press it. Ideally, this would get me back to my shell, with gitui as a suspended background process.
For now, I quit and restart gitui when I make up my mind or want to context switch, which clears the non-git state such as the selection cursor.
I also don't really see where Ctrl + Z is used as a key shortcut, so it might even be unnecessary to catch it?

@extrawurst
Copy link
Owner

Puh that is something.. not sure we can even „selectively“ catch key events or bubble them back up for your terminal to catch.

@raphCode
Copy link
Author

raphCode commented Jan 12, 2022

I did some research:

So it seems the problem lies within crossterm and we just need to wait until it is fixed there?

@extrawurst
Copy link
Owner

Thanks for the research! That’s great work

@stale stale bot added the dormant Marked by stale bot on close label Jul 13, 2022
@stale stale bot closed this as completed Aug 13, 2022
@extrawurst extrawurst reopened this Aug 27, 2023
@stale stale bot removed the dormant Marked by stale bot on close label Aug 27, 2023
Repository owner deleted a comment from stale bot Aug 27, 2023
Copy link

stale bot commented Mar 17, 2024

This issue has been automatically marked as stale because it has not had any activity half a year. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the dormant Marked by stale bot on close label Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dormant Marked by stale bot on close upstream
Projects
None yet
Development

No branches or pull requests

2 participants