@sanohiro/casty 0.5.8 → 0.5.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/casty.js +1 -0
- package/package.json +1 -1
package/bin/casty.js
CHANGED
|
@@ -218,6 +218,7 @@ async function main() {
|
|
|
218
218
|
|
|
219
219
|
process.on('SIGINT', shutdown);
|
|
220
220
|
process.on('SIGTERM', shutdown);
|
|
221
|
+
process.on('SIGHUP', shutdown);
|
|
221
222
|
|
|
222
223
|
// SIGWINCH: Follow resize + font size changes
|
|
223
224
|
// Debounced (150ms) + guarded with pending flag to catch late resizes
|