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
commit37e523a52a0c7f19e328f645584fb29abb20a8a8 (patch)
treed6c3caab5e9e22aa01201615a5f4e01b11a19896
parent9d319f65f6da72cbbb165745d546837709f37697 (diff)
downloadpttbbs-37e523a52a0c7f19e328f645584fb29abb20a8a8.tar
pttbbs-37e523a52a0c7f19e328f645584fb29abb20a8a8.tar.gz
pttbbs-37e523a52a0c7f19e328f645584fb29abb20a8a8.tar.bz2
pttbbs-37e523a52a0c7f19e328f645584fb29abb20a8a8.tar.lz
pttbbs-37e523a52a0c7f19e328f645584fb29abb20a8a8.tar.xz
pttbbs-37e523a52a0c7f19e328f645584fb29abb20a8a8.tar.zst
pttbbs-37e523a52a0c7f19e328f645584fb29abb20a8a8.zip
* well, after discussion, let's keep OFO mode in user selection
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4850 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--include/modes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modes.h b/include/modes.h
index b32698e7..641ed3ca 100644
--- a/include/modes.h
+++ b/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)