diff --git a/src/node/shortcuts.ts b/src/node/shortcuts.ts index 11f88565..84aa03ec 100644 --- a/src/node/shortcuts.ts +++ b/src/node/shortcuts.ts @@ -68,6 +68,7 @@ export function bindShortcuts( server.httpServer.on('close', () => { process.stdin.off('data', onInput).pause() + process.stdin.setRawMode(false) }) }