summaryrefslogtreecommitdiffstats
path: root/mbbsd/pmore.c
diff options
context:
space:
mode:
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();