summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/text_viewer/readme.txt10
-rw-r--r--apps/plugins/text_viewer/tv_settings.c2
2 files changed, 6 insertions, 6 deletions
diff --git a/apps/plugins/text_viewer/readme.txt b/apps/plugins/text_viewer/readme.txt
index a7e6e790ba..453fd78fb0 100644
--- a/apps/plugins/text_viewer/readme.txt
+++ b/apps/plugins/text_viewer/readme.txt
@@ -1,8 +1,8 @@
1about the text viewer plugin. 1About the text viewer plugin.
2 2
3Limitation 3Limitation
4 for the target which PLUGIN_BUFFER_SIZE < 0x13000 (i.e., archos series), 4 for the target which PLUGIN_BUFFER_SIZE < 0x13000 (i.e., archos series),
5 can only be read up to 999 pages. 5 Only 999 pages can be read.
6 6
7 7
8Difference between viewer.rock 8Difference between viewer.rock
@@ -13,7 +13,7 @@ Difference between viewer.rock
13 Note: when viewer.dat(viewer_file.dat) exists, tv_global.dat(tv_file.dat) is created by 13 Note: when viewer.dat(viewer_file.dat) exists, tv_global.dat(tv_file.dat) is created by
14 using viewer.dat(viewer_file.dat). 14 using viewer.dat(viewer_file.dat).
15 15
16 [wod wrap] 16 [word wrap]
17 - add the following characters which can be split the line. 17 - add the following characters which can be split the line.
18 '!', ',', '.', ':', ';', '?', 18 '!', ',', '.', ':', ';', '?',
19 U+00b7, U+2010, U+3000, U+3001, U+3002, U+30fb, U+30fc, 19 U+00b7, U+2010, U+3000, U+3001, U+3002, U+30fb, U+30fc,
@@ -35,12 +35,12 @@ Difference between viewer.rock
35 - the right alignment supports the player which does not define HAVE_LCD_BITMAP. 35 - the right alignment supports the player which does not define HAVE_LCD_BITMAP.
36 36
37 [bookmark] 37 [bookmark]
38 - increased to 16 the number of bookmarks that can be registered. 38 - increased the number of bookmarks that can be registered to 16.
39 39
40 40
41TODO list 41TODO list
42 - for the target which PLUGIN_BUFFER_SIZE < 0x13000 (i.e., archos series), 42 - for the target which PLUGIN_BUFFER_SIZE < 0x13000 (i.e., archos series),
43 supports more than 999 pages of text. 43 support more than 999 pages of text.
44 44
45 - add History feature. 45 - add History feature.
46 46
diff --git a/apps/plugins/text_viewer/tv_settings.c b/apps/plugins/text_viewer/tv_settings.c
index 6f4e5f2ff8..3cb1f21a58 100644
--- a/apps/plugins/text_viewer/tv_settings.c
+++ b/apps/plugins/text_viewer/tv_settings.c
@@ -75,7 +75,7 @@
75 * file count 2 75 * file count 2
76 * [1st file] 76 * [1st file]
77 * file path MAX_PATH 77 * file path MAX_PATH
78 * next file pos 2 (prefences size + bookmark count * bookmark size + 1) 78 * next file pos 2 (preferences size + bookmark count * bookmark size + 1)
79 * [preferences] 79 * [preferences]
80 * word_mode 1 80 * word_mode 1
81 * line_mode 1 81 * line_mode 1