mirror of
https://github.com/vivier/EMILE.git
synced 2025-08-14 16:27:31 +00:00
Exit from the escape sequence when cursor get position is found
This commit is contained in:
@@ -719,6 +719,7 @@ vga_put(char c)
|
||||
|
||||
sprintf(buf, "\033[%ld;%ldR", vga.pos_y + 1, vga.pos_x + 1);
|
||||
keyboard_inject(buf);
|
||||
goto exit_escape;
|
||||
}
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user