From a709c349184b1ef11d228accec52c49ac543b8e9 Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Mon, 30 Jan 2006 05:46:05 +0000
Subject: [PATCH] Abuse K_GETSTR to force K_SPIN off. Naughty Deuce.

---
 exec/load/lightbar.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exec/load/lightbar.js b/exec/load/lightbar.js
index e25c381b93..08255fce26 100644
--- a/exec/load/lightbar.js
+++ b/exec/load/lightbar.js
@@ -341,7 +341,7 @@ function Lightbar_getval(current)
 		last_cur=this.current;
 
 		/* Get input */
-		var key=console.getkey(K_UPPER);
+		var key=console.getkey(K_UPPER|K_GETSTR);
 		if(this.hotkeys.indexOf(key)!=-1)
 			return(key);
 		switch(key) {
-- 
GitLab