diff options
Diffstat (limited to 'apps/plugins/text_viewer/tv_text_processor.c')
| -rw-r--r-- | apps/plugins/text_viewer/tv_text_processor.c | 2 |
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 8cdd78d..f99bfdf 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 |