Skip to content
Snippets Groups Projects
Commit ffb0b2e0 authored by mcmlxxix's avatar mcmlxxix
Browse files

restore input line position on !hotkeys && frame.cycle()

parent 66effab0
No related branches found
No related tags found
No related merge requests found
......@@ -178,8 +178,12 @@ function lobby() {
chat.cycle();
while(client.updates.length > 0)
processUpdate(client.updates.shift());
if(frame.cycle())
console.gotoxy(1,24);
if(frame.cycle()) {
if(hotkeys)
console.gotoxy(1,24);
else
input.popxy();
}
if(full_redraw)
redraw();
if(data.updated) {
......
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