mirror of
https://github.com/vivier/EMILE.git
synced 2025-01-22 00:32:15 +00:00
Exit from the escape sequence when cursor get position is found
This commit is contained in:
parent
757e8f9f34
commit
f934710d86
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user