Hilbish/docs/hooks/signal.md

17 lines
245 B
Markdown
Raw Normal View History

---
title: Signal
description:
layout: doc
menu:
docs:
parent: "Hooks"
---
2022-01-26 19:20:44 +00:00
+ `signal.sigint` > Sent when Hilbish receives SIGINT (on Ctrl-C).
2022-03-06 16:04:01 +00:00
2021-11-22 21:36:32 +00:00
+ `signal.resize` > Sent when the terminal is resized.
2022-03-06 16:04:01 +00:00
2022-01-26 19:20:44 +00:00
+ `signal.sigusr1`
2022-03-06 16:04:01 +00:00
2022-01-26 19:20:44 +00:00
+ `signal.sigusr2`