summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-09-17 19:36:29 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-09-17 19:36:29 +0800
commitdf2006774831954606b2cd1a8d26ed201128c0c3 (patch)
treebd2c09879a5c4db760e15b762e878df667c1c79b
parentbac81a7880a59742b53e3144dbb60e29003a6a10 (diff)
downloadpttbbs-df2006774831954606b2cd1a8d26ed201128c0c3.tar
pttbbs-df2006774831954606b2cd1a8d26ed201128c0c3.tar.gz
pttbbs-df2006774831954606b2cd1a8d26ed201128c0c3.tar.bz2
pttbbs-df2006774831954606b2cd1a8d26ed201128c0c3.tar.lz
pttbbs-df2006774831954606b2cd1a8d26ed201128c0c3.tar.xz
pttbbs-df2006774831954606b2cd1a8d26ed201128c0c3.tar.zst
pttbbs-df2006774831954606b2cd1a8d26ed201128c0c3.zip
* well, after discussion, let's keep OFO mode in user selection
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@4850 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/include/modes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pttbbs/include/modes.h b/pttbbs/include/modes.h
index b32698e7..641ed3ca 100644
--- a/pttbbs/include/modes.h
+++ b/pttbbs/include/modes.h
@@ -205,7 +205,7 @@
#define PAGER_UI_OFO 0x00000002 // was: WATER_OFO
#define PAGER_UI_IS(uitype) ((cuser.pager_ui_type%PAGER_UI_TYPES) == (uitype))
#define PAGER_UI_TYPES 0x00000003 // the types that we really support
-#define PAGER_UI_TYPES_USER 0x00000002 // the types we allow user to select
+#define PAGER_UI_TYPES_USER 0x00000003 // the types we allow user to select
/* stuff.c: show_file */
#define SHOWFILE_RAW (0x00)