diff options
Diffstat (limited to 'mbbsd/talk.c')
-rw-r--r-- | mbbsd/talk.c | 5 |
1 files changed, 5 insertions, 0 deletions
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', |