summaryrefslogtreecommitdiff
path: root/apps/plugins/text_viewer/tv_preferences.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/text_viewer/tv_preferences.h')
-rw-r--r--apps/plugins/text_viewer/tv_preferences.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/text_viewer/tv_preferences.h b/apps/plugins/text_viewer/tv_preferences.h
index dc29dcae26..645258c8a6 100644
--- a/apps/plugins/text_viewer/tv_preferences.h
+++ b/apps/plugins/text_viewer/tv_preferences.h
@@ -84,6 +84,11 @@ struct tv_preferences {
84 84
85 int windows; 85 int windows;
86 86
87 enum {
88 NM_PAGE = 0,
89 NM_TOP_BOTTOM,
90 } narrow_mode;
91
87 unsigned char font_name[MAX_PATH]; 92 unsigned char font_name[MAX_PATH];
88#ifdef HAVE_LCD_BITMAP 93#ifdef HAVE_LCD_BITMAP
89 struct font *font; 94 struct font *font;