summaryrefslogtreecommitdiffstats
path: root/mbbsd/talk.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/talk.c')
-rw-r--r--mbbsd/talk.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/mbbsd/talk.c b/mbbsd/talk.c
index 40585253..e73246c1 100644
--- a/mbbsd/talk.c
+++ b/mbbsd/talk.c
@@ -2656,9 +2656,13 @@ userlist(void)
cuser.uflag2 -= tmp;
tmp = (tmp + 1) % 3;
cuser.uflag2 |= tmp;
- vmsg("╰参矗ㄑ  秈顶 ゼㄓ 贺家Α\n"
- "ち传叫タ盽絬穝祅, 絋玂挡篶タ絋\n"
- "ヘ玡ち传 %s 瞴家Α\n", wm[tmp]);
+ /* vmsg cannot support multi lines */
+ move(b_lines - 4, 0);
+ clrtobot();
+ move(b_lines - 3, 0);
+ prints("╰参矗ㄑ  秈顶 ゼㄓ 贺家Α\n"
+ "ち传叫タ盽絬穝祅, 絋玂挡篶タ絋\n");
+ vmsg( "ヘ玡ち传 %s 瞴家Α", wm[tmp]);
redrawall = redraw = 1;
}
break;