Fix bug with cursor position when OS shell starts
This commit is contained in:
parent
d2691d4024
commit
83f9b1abd3
@ -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);
|
||||
|
Reference in New Issue
Block a user