Pressing carriage return should return the carriage, yo.

This commit is contained in:
Curle 2021-06-19 19:00:38 +01:00
parent b8deb0e477
commit 68e2b25a78
Signed by: TheCurle
GPG Key ID: 5942F13718443F79

View File

@ -165,6 +165,7 @@ void WriteChar(const char character) {
PrintInfo.charPosX = 0;
break;
case '\n':
PrintInfo.charPosX = 0;
Newline();
break;
case '\t':