diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-04-25 16:16:42 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-04-25 16:16:42 +0800 |
commit | ebbe5ec42b49f275c7dbcf09e762b4c0ab4e58e8 (patch) | |
tree | b34377bcfcf3cba63853fe3e9ef8afec80641b78 /mbbsd/pfterm.c | |
parent | 4dcca277b3ac3a91b1f1b8efd2d5811599ba4c3e (diff) | |
download | pttbbs-ebbe5ec42b49f275c7dbcf09e762b4c0ab4e58e8.tar pttbbs-ebbe5ec42b49f275c7dbcf09e762b4c0ab4e58e8.tar.gz pttbbs-ebbe5ec42b49f275c7dbcf09e762b4c0ab4e58e8.tar.bz2 pttbbs-ebbe5ec42b49f275c7dbcf09e762b4c0ab4e58e8.tar.lz pttbbs-ebbe5ec42b49f275c7dbcf09e762b4c0ab4e58e8.tar.xz pttbbs-ebbe5ec42b49f275c7dbcf09e762b4c0ab4e58e8.tar.zst pttbbs-ebbe5ec42b49f275c7dbcf09e762b4c0ab4e58e8.zip |
- improve 'C' in namelist editing: removing users haven't login for a specific time.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4246 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/pfterm.c')
-rw-r--r-- | mbbsd/pfterm.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mbbsd/pfterm.c b/mbbsd/pfterm.c index 3eb4a16e..27c27bff 100644 --- a/mbbsd/pfterm.c +++ b/mbbsd/pfterm.c @@ -151,6 +151,12 @@ // http://en.wikipedia.org/wiki/ANSI_escape_code // http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-048.pdf ////////////////////////////////////////////////////////////////////////// +// The supported escapes are based on 'cons25' termcap and +// Windows 2000/XP/Vista built-in telnet. +// +// Underline is only supported by vt100 (and monochrome) so we drop it. +// Blink is supported by vt100/cons25 and we keep it. +////////////////////////////////////////////////////////////////////////// // Experimental now #if defined(EXP_PFTERM) || defined(USE_PFTERM) |