From 6e9ed5e63b44debb3df7cef12ed67f0e248f76ae Mon Sep 17 00:00:00 2001 From: deuce <> Date: Sat, 14 Feb 2009 01:44:45 +0000 Subject: [PATCH] Clear aborted flag when the menu is redrawn. --- exec/lbshell.js | 1 + 1 file changed, 1 insertion(+) diff --git a/exec/lbshell.js b/exec/lbshell.js index 0605abf77f..5746f8dbb3 100644 --- a/exec/lbshell.js +++ b/exec/lbshell.js @@ -872,6 +872,7 @@ function draw_main(topline) */ /* Disable CTRL keys that we "know" how to handle. */ console.ctrlkey_passthru="+KOPTU"; + console.aborted=false; if(topline) { console.line_counter=0; console.clear(); -- GitLab