Skip to content
Snippets Groups Projects
Commit fff94f7b authored by echicken's avatar echicken
Browse files

Don't move the cursor on frame.cycle if taking line input.

parent 017f4016
Branches
Tags
No related merge requests found
......@@ -145,7 +145,7 @@ var cycle = function() {
} catch(err) {
log(LOG_ERR, "Oneliners error: " + err);
}
if(frame.cycle())
if(frame.cycle() && !inInput)
console.gotoxy(console.screen_columns, console.screen_rows);
return (inInput)?inputLine.getkey():console.inkey(K_NONE,5).toUpperCase();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment