mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-12 12:30:31 +00:00
.23 Changed: Increased number of lines for console output buffer (from 384 to 512)
This commit is contained in:
parent
3009ba211b
commit
f064946b58
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
CONSOLE_HEIGHT = 384, // Lines, was 128, but need ~ 256+16 for PROFILE LIST
|
CONSOLE_HEIGHT = 512, // Lines, was 128, but need ~ 256+16 for PROFILE LIST
|
||||||
CONSOLE_WIDTH = 80,
|
CONSOLE_WIDTH = 80,
|
||||||
|
|
||||||
// need min 256+ lines for "profile list"
|
// need min 256+ lines for "profile list"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user