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

Align the real cursor with the fake one. Meh.

parent 083144fb
Branches
Tags
No related merge requests found
......@@ -359,7 +359,7 @@ function main() {
if (frames.top.cycle()) {
frames.output_scroll.cycle();
frames.nick_scroll.cycle();
console.gotoxy(console.screen_columns, console.screen_rows);
console.gotoxy(inputline.frame.__relations__.child[0].x, inputline.frame.y);
}
yield();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment