summaryrefslogtreecommitdiffstats
path: root/mbbsd/pfterm.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-26 22:28:35 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-26 22:28:35 +0800
commitf18ec73a30ee567106e1f87f39d50043231941d7 (patch)
tree4a5571a925e4c8107d826aa88568f904839034c1 /mbbsd/pfterm.c
parentd3cfa1d93e6bd06c3507d4af02761d0050b761a7 (diff)
downloadpttbbs-f18ec73a30ee567106e1f87f39d50043231941d7.tar
pttbbs-f18ec73a30ee567106e1f87f39d50043231941d7.tar.gz
pttbbs-f18ec73a30ee567106e1f87f39d50043231941d7.tar.bz2
pttbbs-f18ec73a30ee567106e1f87f39d50043231941d7.tar.lz
pttbbs-f18ec73a30ee567106e1f87f39d50043231941d7.tar.xz
pttbbs-f18ec73a30ee567106e1f87f39d50043231941d7.tar.zst
pttbbs-f18ec73a30ee567106e1f87f39d50043231941d7.zip
- assess: apply real MAXGP
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3746 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/pfterm.c')
-rw-r--r--mbbsd/pfterm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mbbsd/pfterm.c b/mbbsd/pfterm.c
index 5afb7a87..bd97f655 100644
--- a/mbbsd/pfterm.c
+++ b/mbbsd/pfterm.c
@@ -86,7 +86,7 @@
// <piaip@csie.ntu.edu.tw>
// All Rights Reserved.
// You are free to use, modify, redistribute this program
-// in any BBS style systems, or any other non-commercial usage.
+// in any non-commercial usage.
// You must keep these copyright information.
//
// MAJOR IMPROVEMENTS:
@@ -100,6 +100,7 @@
// - ncurses-like API [done]
// - inansistr to output escaped string [done]
// - handle incomplete DBCS characters [done]
+// - optimization with reprint ability [done]
//
// DEPRECATED:
// - standout() [rework getdata() and namecomplete()]