This commit is contained in:
@@ -9,10 +9,10 @@ void wpShellTermcolourPrintText(WpStr8RO *text, WpTerminalColour colour) {
|
||||
return;
|
||||
}
|
||||
|
||||
_printColouredText(text, colour);
|
||||
printColouredText(text, colour);
|
||||
}
|
||||
|
||||
void wpShellTermcolourClearColour(void) {
|
||||
WpStr8RO empty = wpStr8LitRo("");
|
||||
_printColouredText(&empty, WP_TERM_COLOUR_CLEAR);
|
||||
printColouredText(&empty, WP_TERM_COLOUR_CLEAR);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user