diff options
Diffstat (limited to 'abblessed.js')
| -rw-r--r-- | abblessed.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abblessed.js b/abblessed.js index b0946ae..1faa4be 100644 --- a/abblessed.js +++ b/abblessed.js @@ -109,7 +109,7 @@ function clearBoxes() { } // Quit on Escape, q, or Control-C. -screen.key(['escape', 'q', 'C-c'], function(ch, key) { +screen.key(['q', 'C-c'], function(ch, key) { return process.exit(0); }); |
