arreglos en Console i SS

This commit is contained in:
2026-03-29 14:24:20 +02:00
parent d6ecadfd3a
commit 2fe79de1d8
3 changed files with 7 additions and 6 deletions

View File

@@ -45,7 +45,7 @@ class Console {
// Constantes de consola
static constexpr std::string_view CONSOLE_NAME = "JDD Console";
static constexpr std::string_view CONSOLE_VERSION = "v1.0";
static constexpr int MAX_LINE_CHARS = 30;
static constexpr int MAX_LINE_CHARS = 32;
static constexpr int MAX_HISTORY_SIZE = 20;
static constexpr float CURSOR_ON_TIME = 0.5F;
static constexpr float CURSOR_OFF_TIME = 0.3F;