mfontanini / presenterm

A markdown terminal slideshow tool
https://mfontanini.github.io/presenterm/
BSD 2-Clause "Simplified" License
1.33k stars 32 forks source link

Handle suspending execution when receiving SIGTSTP signal (CTRL+Z) #237

Closed timjk closed 3 months ago

timjk commented 6 months ago

This would improve presentations by being able to pause execution, do something in the terminal, and then resume execution at the same location the presentation was at previously.

Currently I either shift between two terminals or, kill the process and start it over again - navigating to where I was in the presentation.

mfontanini commented 6 months ago

This makes sense. I'll see how to implement this, I guess presenterm SIGTSTP'ing itself should work.