MAX_CONSOLE_LINES 46 core/console.c console_init(5, 25, 0, MAX_CONSOLE_LINES - 5); MAX_CONSOLE_LINES 159 core/console.c if (y1 > MAX_CONSOLE_LINES) y1 = MAX_CONSOLE_LINES; MAX_CONSOLE_LINES 161 core/console.c if (y2 > MAX_CONSOLE_LINES) y2 = MAX_CONSOLE_LINES; MAX_CONSOLE_LINES 172 core/console.c console_y = MAX_CONSOLE_LINES - y2;