mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-28 08:37:31 -04:00
Calculator app (#1474)
* implemented calculator app * improved output * refactoring
This commit is contained in:
parent
1185b67b28
commit
5a850984b9
8 changed files with 2520 additions and 6 deletions
|
@ -626,6 +626,8 @@ void Console::write(std::string message) {
|
|||
} else {
|
||||
if (c == '\n') {
|
||||
crlf();
|
||||
} else if (c == '\r') {
|
||||
pos = {0, pos.y()};
|
||||
} else if (c == '\x1B') {
|
||||
escape = true;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue