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

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

parent 71730739
No related branches found
No related tags found
2 merge requests!463MRC mods by Codefenix (2024-10-20),!29Update fido-nodelist-browser.js - spinning cursor messing up frame
Pipeline #573 passed
...@@ -324,7 +324,7 @@ function main() { ...@@ -324,7 +324,7 @@ function main() {
scrollbar.cycle(); scrollbar.cycle();
var user_input; 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') { if (user_input == 's') {
search(frame, settings); search(frame, settings);
} else { } else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment