Skip to content
Snippets Groups Projects
Commit 70c48e0d authored by Kayz's avatar Kayz Committed by Rob Swindell
Browse files

Update fido-nodelist-browser.js - spinning cursor messing up frame

parent 3e0cb313
No related branches found
No related tags found
No related merge requests found
......@@ -324,7 +324,7 @@ function main() {
scrollbar.cycle();
var user_input;
while ((user_input = console.getkey(K_NONE).toLowerCase()) != 'q') {
while ((user_input = console.getkey(K_NOSPIN).toLowerCase()) != 'q') {
if (user_input == 's') {
search(frame, settings);
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment