docs: add spacing between signal hooks

windows-fixes
TorchedSammy 2022-03-06 12:04:01 -04:00
parent 3805f13369
commit 281c443b7b
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
+ `signal.sigint` > Sent when Hilbish receives SIGINT (on Ctrl-C).
+ `signal.resize` > Sent when the terminal is resized.
+ `signal.sigusr1`
+ `signal.sigusr2`