mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-26 07:40:29 -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
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue