From 8a6f7a1dcfdb5fe8d7110b9c39d0fb2da4fc238a Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Tue, 20 Jul 2010 22:47:42 +0000 Subject: [PATCH] The cc65 C64 memory layout offers enough memory for larger URLs so have a nice scrolling URL text entry field. --- platform/c64/contiki-conf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/c64/contiki-conf.h b/platform/c64/contiki-conf.h index 0bec4b195..2a6e7b143 100644 --- a/platform/c64/contiki-conf.h +++ b/platform/c64/contiki-conf.h @@ -30,7 +30,7 @@ * * Author: Oliver Schmidt * - * $Id: contiki-conf.h,v 1.22 2010/04/11 21:30:14 oliverschmidt Exp $ + * $Id: contiki-conf.h,v 1.23 2010/07/20 22:47:42 oliverschmidt Exp $ */ #ifndef __CONTIKI_CONF_H__ @@ -66,7 +66,7 @@ #define WWW_CONF_WEBPAGE_WIDTH 40 #define WWW_CONF_WEBPAGE_HEIGHT 20 #define WWW_CONF_HISTORY_SIZE 4 -#define WWW_CONF_MAX_URLLEN 38 +#define WWW_CONF_MAX_URLLEN 80 #define WWW_CONF_MAX_NUMPAGEWIDGETS 20 #define WWW_CONF_RENDERSTATE 1 #define WWW_CONF_FORMS 1