augmentat el limit de caracters en la consola

This commit is contained in:
2026-03-28 13:53:07 +01:00
parent 637df23bc7
commit ed21a47f92

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 = 28;
static constexpr int MAX_LINE_CHARS = 30;
static constexpr int MAX_HISTORY_SIZE = 20;
static constexpr float CURSOR_ON_TIME = 0.5F;
static constexpr float CURSOR_OFF_TIME = 0.3F;