From 198b7b147804a502b0072acdb79c51afc8d4d384 Mon Sep 17 00:00:00 2001 From: victor Date: Thu, 17 Apr 2003 14:20:41 +0000 Subject: change key binding git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@801 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/talk.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mbbsd/talk.c b/mbbsd/talk.c index e32db7d3..126d739f 100644 --- a/mbbsd/talk.c +++ b/mbbsd/talk.c @@ -1,4 +1,4 @@ -/* $Id: talk.c,v 1.105 2003/04/06 16:45:13 in2 Exp $ */ +/* $Id: talk.c,v 1.106 2003/04/17 14:20:41 victor Exp $ */ #include "bbs.h" #define QCAST int (*)(const void *, const void *) @@ -1372,7 +1372,7 @@ t_showhelp() outs("\n\n\033[36m【 交談專用鍵 】\033[m\n" "(→)(t)(Enter) 跟他/她聊天\n" "(w) 熱線 Call in\n" - "(W)切換水球方式 一般 / 進階 / 未來\n" + "(^W)切換水球方式 一般 / 進階 / 未來\n" "(b) 對好友廣播 (一定要在好友列表中)\n" "(^R) 即時回應 (有人 Call in 你時)"); } @@ -2272,7 +2272,7 @@ userlist(void) } break; - case 'W': + case Ctrl('W'): if (HAS_PERM(PERM_LOGINOK)) { int tmp; char *wm[3] = {"一般", "進階", "未來"}; -- cgit v1.2.3