mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-02-12 03:30:48 +00:00
Changed CONSOLE_BUFFER_HEIGHT to use CONSOLE_HEIGHT
This commit is contained in:
parent
6985e24ef2
commit
41a85421ab
@ -7,7 +7,7 @@
|
|||||||
CONSOLE_WIDTH = 80,
|
CONSOLE_WIDTH = 80,
|
||||||
|
|
||||||
// need min 256+ lines for "profile list"
|
// need min 256+ lines for "profile list"
|
||||||
CONSOLE_BUFFER_HEIGHT = 384,
|
CONSOLE_BUFFER_HEIGHT = CONSOLE_HEIGHT,
|
||||||
|
|
||||||
HISTORY_HEIGHT = 128,
|
HISTORY_HEIGHT = 128,
|
||||||
HISTORY_WIDTH = 128,
|
HISTORY_WIDTH = 128,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user