2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-01 19:23:24 +00:00

docs: add spacing between signal hooks

This commit is contained in:
TorchedSammy 2022-03-06 12:04:01 -04:00
parent 3805f13369
commit 281c443b7b
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

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`