summaryrefslogtreecommitdiffstats
path: root/mbbsd/pmore.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-05 21:53:26 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-05 21:53:26 +0800
commitc2ed49b9343e746d9b7cd5c4bd1a0a4e950dfa09 (patch)
tree1c4b2ac5a98b66d939d00c78c3c4df10ee883ddb /mbbsd/pmore.c
parent1a0fc5606804a41bfa34acdc82f7ec43ef3ae933 (diff)
downloadpttbbs-c2ed49b9343e746d9b7cd5c4bd1a0a4e950dfa09.tar
pttbbs-c2ed49b9343e746d9b7cd5c4bd1a0a4e950dfa09.tar.gz
pttbbs-c2ed49b9343e746d9b7cd5c4bd1a0a4e950dfa09.tar.bz2
pttbbs-c2ed49b9343e746d9b7cd5c4bd1a0a4e950dfa09.tar.lz
pttbbs-c2ed49b9343e746d9b7cd5c4bd1a0a4e950dfa09.tar.xz
pttbbs-c2ed49b9343e746d9b7cd5c4bd1a0a4e950dfa09.tar.zst
pttbbs-c2ed49b9343e746d9b7cd5c4bd1a0a4e950dfa09.zip
- grayout: must process scroll lines
- pmore: everyone loves backslash, keep it. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3642 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/pmore.c')
-rw-r--r--mbbsd/pmore.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mbbsd/pmore.c b/mbbsd/pmore.c
index 06226914..45cd83c7 100644
--- a/mbbsd/pmore.c
+++ b/mbbsd/pmore.c
@@ -2301,15 +2301,14 @@ pmore(char *fpath, int promptend)
}
break;
+// uncomment me someday when everyone's faimiliar with new system.
#define PMORE_NOTIFY_NEWPREF
-#ifdef PMORE_NOTIFY_NEWPREF
+#ifdef PMORE_NOTIFY_NEWPREF
//let's be backward compatible!
case 'l':
case 'w':
case 'W':
-
case '|':
- case '\\':
{
static char notifyChanged = 0;
if (!notifyChanged)
@@ -2321,6 +2320,7 @@ pmore(char *fpath, int promptend)
// not break;
#endif // PMORE_NOTIFY_NEWPREF
+ case '\\': // everyone loves backslash, let's keep it.
case 'o':
pmore_Preference();
MFDISP_DIRTY();