From ebbe5ec42b49f275c7dbcf09e762b4c0ab4e58e8 Mon Sep 17 00:00:00 2001 From: piaip Date: Fri, 25 Apr 2008 08:16:42 +0000 Subject: - 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 --- mbbsd/pfterm.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mbbsd/pfterm.c') 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) -- cgit v1.2.3