Fix bug with cursor position when OS shell starts

This commit is contained in:
Stas Degteff 2005-09-09 21:51:26 +00:00
parent d2691d4024
commit 83f9b1abd3

View File

@ -311,6 +311,8 @@ int ShellToDos(char* command, char* message, int cls, int cursor, int pause) {
gkbd_tty_reset();
#endif
// Return cursor into 1st column
puts("");
// Write message on screen
if(*message)
puts(message);