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

Get that stupid blinky cursor thing out of my face.

parent 36e07990
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,7 @@ function node_info_popup(node, frame, settings) {
other = undefined;
popup.open();
frame.cycle();
console.gotoxy(console.screen_columns, console.screen_rows);
var user_input;
while((user_input = console.inkey(K_NONE).toLowerCase()) == '') {
yield();
......
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