From 1445c3b8c5a88e5f6e5540c266ffb5ee5bf4a3f7 Mon Sep 17 00:00:00 2001 From: Yoshihisa Uchida Date: Sun, 6 Jun 2010 08:44:27 +0000 Subject: text viewer: can be selected the number of screens per page. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26613 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/text_viewer/tv_text_processor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/text_viewer/tv_text_processor.c') diff --git a/apps/plugins/text_viewer/tv_text_processor.c b/apps/plugins/text_viewer/tv_text_processor.c index 8cdd78df15..f99bfdfd4e 100644 --- a/apps/plugins/text_viewer/tv_text_processor.c +++ b/apps/plugins/text_viewer/tv_text_processor.c @@ -39,7 +39,7 @@ enum tv_text_type { #define TV_MAX_CHARS_PER_BLOCK (LCD_WIDTH + 1) #endif -#define TV_MAX_BLOCKS 2 +#define TV_MAX_BLOCKS 5 /* * number of spaces to indent first paragraph -- cgit v1.2.3