diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-10-10 21:32:27 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-10-10 21:32:27 +0800 |
commit | 4a3b7fc88e4a91a5a6ac0d6a4dbd352b07fbadd1 (patch) | |
tree | 5e19d42d5b4f4f4df5ab859d9086dd4b915c1967 | |
parent | 0d69b84b4efcdb5757e6ed37725cdde477cf952f (diff) | |
download | pttbbs-4a3b7fc88e4a91a5a6ac0d6a4dbd352b07fbadd1.tar pttbbs-4a3b7fc88e4a91a5a6ac0d6a4dbd352b07fbadd1.tar.gz pttbbs-4a3b7fc88e4a91a5a6ac0d6a4dbd352b07fbadd1.tar.bz2 pttbbs-4a3b7fc88e4a91a5a6ac0d6a4dbd352b07fbadd1.tar.lz pttbbs-4a3b7fc88e4a91a5a6ac0d6a4dbd352b07fbadd1.tar.xz pttbbs-4a3b7fc88e4a91a5a6ac0d6a4dbd352b07fbadd1.tar.zst pttbbs-4a3b7fc88e4a91a5a6ac0d6a4dbd352b07fbadd1.zip |
* for better compatibility, disable FORCE_CLRTOEOL by default in M3.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@4928 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | pttbbs/mbbsd/pmore.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pttbbs/mbbsd/pmore.c b/pttbbs/mbbsd/pmore.c index 968f0a34..42c9fc16 100644 --- a/pttbbs/mbbsd/pmore.c +++ b/pttbbs/mbbsd/pmore.c @@ -262,8 +262,8 @@ #ifndef SHOW_USER_IN_TEXT # undef PMORE_EXPAND_ESC_STAR #endif // !SHOW_USER_IN_TEXT - // disable CLRTOEOL workaround: uncomment this if your system has problem in footer - // #define PMORE_NO_FORCE_CLRTOEOL + // disable CLRTOEOL workaround: old M3 may has problem with FORCE_CLRTOEOL... you can comment this if your system is OK with it. + #define PMORE_NO_FORCE_CLRTOEOL // use m3 style separator [none]: comment these if you like Maple2.36/SOB/PTT style #undef MFDISP_SEP_DEFAULT #define MFDISP_SEP_DEFAULT MFDISP_SEP_NONE |