mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
In some scenarios, the new line does not work if is not called thru the write function
This commit is contained in:
parent
fcbb26051b
commit
871be0199a
@ -625,7 +625,8 @@ void Console::write(std::string message) {
|
||||
|
||||
void Console::writeln(std::string message) {
|
||||
write(message);
|
||||
crlf();
|
||||
write("\n");
|
||||
//crlf();
|
||||
}
|
||||
|
||||
void Console::paint(Painter&) {
|
||||
|
Loading…
Reference in New Issue
Block a user