Exit from the escape sequence when cursor get position is found

This commit is contained in:
Laurent Vivier 2007-09-11 22:54:58 +00:00
parent 757e8f9f34
commit f934710d86

View File

@ -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;