mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-24 07:30:24 +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
|
||||
{
|
||||
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,
|
||||
|
||||
// need min 256+ lines for "profile list"
|
||||
|
Loading…
Reference in New Issue
Block a user