Skip to content
Snippets Groups Projects
Commit a709c349 authored by deuce's avatar deuce
Browse files

Abuse K_GETSTR to force K_SPIN off.

Naughty Deuce.
parent aa0626a9
Branches
Tags
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment