From d3cfa1d93e6bd06c3507d4af02761d0050b761a7 Mon Sep 17 00:00:00 2001 From: piaip Date: Wed, 26 Dec 2007 09:17:52 +0000 Subject: - remove terminal workarounds if we use pfterm git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3745 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/talk.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mbbsd/talk.c') diff --git a/mbbsd/talk.c b/mbbsd/talk.c index 47c0aa60..f0fefe41 100644 --- a/mbbsd/talk.c +++ b/mbbsd/talk.c @@ -593,8 +593,13 @@ water_scr(const water_t * tw, int which, char type) clrtoeol(); move(0, strlen(tw->userid) + 6); } else { + +#ifndef USE_PFTERM + // workaround poor terminal, made by in2. move(8 + which, 28); outs("123456789012345678901234567890"); +#endif // !USE_PFTERM + move(8 + which, 28); prints(ANSI_COLOR(1;37;44) " %c %-13s¡@" ANSI_COLOR(0) "", tw->uin ? ' ' : 'x', -- cgit v1.2.3