From f064946b585f56215a3b6d1707c6a2700de2bd00 Mon Sep 17 00:00:00 2001 From: mpohoreski Date: Sat, 18 Dec 2010 15:07:41 +0000 Subject: [PATCH] .23 Changed: Increased number of lines for console output buffer (from 384 to 512) --- AppleWin/source/Debugger/Debugger_Console.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppleWin/source/Debugger/Debugger_Console.h b/AppleWin/source/Debugger/Debugger_Console.h index 38cbce43..4aca65de 100644 --- a/AppleWin/source/Debugger/Debugger_Console.h +++ b/AppleWin/source/Debugger/Debugger_Console.h @@ -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"