mirror of https://github.com/Hilbis/Hilbish
docs: document new signal hooks
parent
9cf03e37c4
commit
ea9c3eac30
|
@ -1,3 +1,4 @@
|
||||||
+ `signal.sigint` > Sent when Hilbish receives SIGINT (used to Ctrl-C).
|
+ `signal.sigint` > Sent when Hilbish receives SIGINT (on Ctrl-C).
|
||||||
|
|
||||||
+ `signal.resize` > Sent when the terminal is resized.
|
+ `signal.resize` > Sent when the terminal is resized.
|
||||||
|
+ `signal.sigusr1`
|
||||||
|
+ `signal.sigusr2`
|
||||||
|
|
Loading…
Reference in New Issue