diff --git a/exec/load/lightbar.js b/exec/load/lightbar.js
index e27ad7741c4c60a05ed5b68389c4ebde61e9bfa1..953fa8f1c00a848d15e58310495bc8860e4ade2e 100644
--- a/exec/load/lightbar.js
+++ b/exec/load/lightbar.js
@@ -165,8 +165,8 @@ Lightbar.prototype.getval = function(current,key)
 		if(key==undefined || key=='' || key==null || ansi.length > 0) {
 			if(this.callback != undefined)
 				this.callback();
+			console.write("\x1b[?1006h");
 			console.write("\x1b[?1000h");
-			console.write("\x1b[?1003h");
 			if(this.timeout>1)
 				key=console.inkey(0,this.timeout);
 			else