diff options
Diffstat (limited to 'sample')
-rw-r--r-- | sample/pttbbs.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sample/pttbbs.conf b/sample/pttbbs.conf index 8728884f..8811b6d9 100644 --- a/sample/pttbbs.conf +++ b/sample/pttbbs.conf @@ -102,6 +102,10 @@ /* 若定義, 則在文章列表的時候不同日期會標上不同顏色 */ //#define COLORDATE +/* 若定義, 則會在 read socket的時候, 則會跳過讀入時第一個 byte 是 -1 + (即 telnet 的 control packet), 可避免循環錯誤 */ +//#define SKIP_TELNET_CONTROL_SIGNAL + /* 前進站畫面 */ #define INSCREEN \ "前進站畫面 (請至 pttbbs.conf 修改您的前進站畫面)" |