Fix bare cls and clearlines
This commit is contained in:
parent
5935d3ca3c
commit
2ea1f071e6
@ -750,7 +750,7 @@ PrintConsole* consoleInit(gfxScreen_t screen, PrintConsole* console) {
|
|||||||
console->windowWidth = isWide ? 100 : 50;
|
console->windowWidth = isWide ? 100 : 50;
|
||||||
}
|
}
|
||||||
|
|
||||||
consoleCls('2');
|
consoleCls(2);
|
||||||
|
|
||||||
return currentConsole;
|
return currentConsole;
|
||||||
|
|
||||||
@ -820,7 +820,7 @@ static void newRow() {
|
|||||||
src += 240;
|
src += 240;
|
||||||
}
|
}
|
||||||
|
|
||||||
consoleClearLine('2');
|
consoleClearLine(2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//---------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------
|
||||||
@ -951,7 +951,7 @@ void consolePrintChar(int c) {
|
|||||||
//---------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------
|
||||||
void consoleClear(void) {
|
void consoleClear(void) {
|
||||||
//---------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------
|
||||||
consoleCls('2');
|
consoleCls(2);
|
||||||
}
|
}
|
||||||
|
|
||||||
//---------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user