@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.
Files changed (2) hide show
  1. package/bin/casty.js +1 -0
  2. 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanohiro/casty",
3
- "version": "0.5.8",
3
+ "version": "0.5.9",
4
4
  "description": "TTY web browser using raw CDP and Kitty graphics protocol",
5
5
  "main": "bin/casty.js",
6
6
  "bin": {