summaryrefslogtreecommitdiffstats
path: root/sample
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-06-03 03:18:12 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-06-03 03:18:12 +0800
commitcbfcf574f76b32105c654ea5d5d1c94f41a03a9a (patch)
tree737bab0ba83f363b88e53b9d671223624963c99a /sample
parent99872db43844acada2f32cef254f870f137c1c04 (diff)
downloadpttbbs-cbfcf574f76b32105c654ea5d5d1c94f41a03a9a.tar
pttbbs-cbfcf574f76b32105c654ea5d5d1c94f41a03a9a.tar.gz
pttbbs-cbfcf574f76b32105c654ea5d5d1c94f41a03a9a.tar.bz2
pttbbs-cbfcf574f76b32105c654ea5d5d1c94f41a03a9a.tar.lz
pttbbs-cbfcf574f76b32105c654ea5d5d1c94f41a03a9a.tar.xz
pttbbs-cbfcf574f76b32105c654ea5d5d1c94f41a03a9a.tar.zst
pttbbs-cbfcf574f76b32105c654ea5d5d1c94f41a03a9a.zip
pmore: piaip's new more (pager).
This is a whole new design to replace old buggy more.c Better searching, unlimited filelength, clean code, ... git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2741 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'sample')
-rw-r--r--sample/pttbbs.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/sample/pttbbs.conf b/sample/pttbbs.conf
index ac65fbbc..19c06f36 100644
--- a/sample/pttbbs.conf
+++ b/sample/pttbbs.conf
@@ -118,6 +118,9 @@
/* 若定義, 在使用者註冊之前, 會先顯示出該檔案, 經使用者確認後才能註冊 */
//#define HAVE_USERAGREEMENT "etc/UserAgreement"
+/* 使用新式的 pmore (piaip's more) 代替舊式 bug 抓不完的 more */
+//#define USE_PIAIP_MORE
+
/* 使用 rfork()取代 fork() . 目前只在 FreeBSD上有效 */
//#define USE_RFORK