diff options
| -rw-r--r-- | abblessed.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/abblessed.js b/abblessed.js index a694345..24e838f 100644 --- a/abblessed.js +++ b/abblessed.js @@ -251,3 +251,4 @@ screen.key(['q', 'C-c'], function(ch, key) { // Render the screen. screen.render(); +}); |
