summaryrefslogtreecommitdiff
path: root/apps/plugins/text_viewer/tv_text_processor.c
diff options
context:
space:
mode:
authorYoshihisa Uchida <uchida@rockbox.org>2010-06-06 08:44:27 +0000
committerYoshihisa Uchida <uchida@rockbox.org>2010-06-06 08:44:27 +0000
commit1445c3b8c5a88e5f6e5540c266ffb5ee5bf4a3f7 (patch)
tree9131d99016b0275d09dd97370868aa2a7f62270d /apps/plugins/text_viewer/tv_text_processor.c
parente1a0e2cd7ae6337b8add4fd8c5c87924a94cf169 (diff)
downloadrockbox-1445c3b8c5a88e5f6e5540c266ffb5ee5bf4a3f7.tar.gz
rockbox-1445c3b8c5a88e5f6e5540c266ffb5ee5bf4a3f7.zip
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
Diffstat (limited to 'apps/plugins/text_viewer/tv_text_processor.c')
-rw-r--r--apps/plugins/text_viewer/tv_text_processor.c2
1 files changed, 1 insertions, 1 deletions
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 {
39#define TV_MAX_CHARS_PER_BLOCK (LCD_WIDTH + 1) 39#define TV_MAX_CHARS_PER_BLOCK (LCD_WIDTH + 1)
40#endif 40#endif
41 41
42#define TV_MAX_BLOCKS 2 42#define TV_MAX_BLOCKS 5
43 43
44/* 44/*
45 * number of spaces to indent first paragraph 45 * number of spaces to indent first paragraph