2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-03-13 18:00:41 +00:00
Hilbish/docs/hooks/signal.txt

8 lines
163 B
Plaintext
Raw Normal View History

2022-01-26 15:20:44 -04:00
+ `signal.sigint` > Sent when Hilbish receives SIGINT (on Ctrl-C).
2022-03-06 12:04:01 -04:00
2021-11-22 16:36:32 -05:00
+ `signal.resize` > Sent when the terminal is resized.
2022-03-06 12:04:01 -04:00
2022-01-26 15:20:44 -04:00
+ `signal.sigusr1`
2022-03-06 12:04:01 -04:00
2022-01-26 15:20:44 -04:00
+ `signal.sigusr2`