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

feat: handle suspend signal (SIGTSTP) #318

Merged
merged 1 commit into from
Aug 1, 2024

Conversation

calebdw
Copy link
Contributor

@calebdw calebdw commented Jul 31, 2024

Hello!

Closes #237

This PR allows presenterm to be suspended / resumed with <c-z> and fg.

Thanks!

@calebdw calebdw force-pushed the suspend branch 2 times, most recently from be6c2fd to 56c7a03 Compare July 31, 2024 04:13
Copy link
Owner

@mfontanini mfontanini left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Just a couple of comments.

config.sample.yaml Show resolved Hide resolved
src/presenter.rs Outdated Show resolved Hide resolved
@calebdw calebdw force-pushed the suspend branch 2 times, most recently from 1ea6b9f to b94e7d7 Compare July 31, 2024 14:09
@mfontanini mfontanini merged commit d61375c into mfontanini:master Aug 1, 2024
6 checks passed
@mfontanini
Copy link
Owner

This is great, thanks!

@calebdw
Copy link
Contributor Author

calebdw commented Aug 1, 2024

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Handle suspending execution when receiving SIGTSTP signal (CTRL+Z)
2 participants