- [NEW] La consola mostra un log dels ultims comandos i resultats, com un terminal

- [NEW] La consola te un històric de comandos executats, com un terminal (navegar abm cursors amunt i avall)
This commit is contained in:
2024-12-11 15:06:38 +01:00
parent 5f6ebbff31
commit 18949140fd
2 changed files with 62 additions and 24 deletions

View File

@@ -17,6 +17,7 @@ namespace z80debug
void refresh();
void sendToConsole(const char* text);
void sendToConsoleLog(const char *text);
void DeleteCharConsole();
void executeConsole();