From fe6a55d1a4f27fbb4f5b39761ed4c485f33b520d Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Thu, 7 Feb 2008 23:06:03 +0000 Subject: [PATCH] Accomodate for the now more complex shell output. --- platform/win32/contiki-conf.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platform/win32/contiki-conf.h b/platform/win32/contiki-conf.h index 3e0b8143b..1779740fb 100644 --- a/platform/win32/contiki-conf.h +++ b/platform/win32/contiki-conf.h @@ -131,7 +131,7 @@ typedef unsigned short uip_stats_t; #define EMAIL_CONF_WIDTH 76 -#define EMAIL_CONF_HEIGHT 25 +#define EMAIL_CONF_HEIGHT 30 #define IRC_CONF_WIDTH 78 @@ -142,8 +142,8 @@ typedef unsigned short uip_stats_t; #define SHELL_CONF_WITH_PROGRAM_HANDLER 1 -#define SHELL_GUI_CONF_XSIZE 46 -#define SHELL_GUI_CONF_YSIZE 22 +#define SHELL_GUI_CONF_XSIZE 78 +#define SHELL_GUI_CONF_YSIZE 30 #define TELNETD_CONF_GUI 1