summaryrefslogtreecommitdiffstats
path: root/mbbsd/talk.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-09-17 22:40:00 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-09-17 22:40:00 +0800
commit966e30ac3e3bac63b329126a1ca9d06a5e82e3c9 (patch)
treec413ec8c8fb489288eb779c728b1f2e2c810b56e /mbbsd/talk.c
parent37e523a52a0c7f19e328f645584fb29abb20a8a8 (diff)
downloadpttbbs-966e30ac3e3bac63b329126a1ca9d06a5e82e3c9.tar
pttbbs-966e30ac3e3bac63b329126a1ca9d06a5e82e3c9.tar.gz
pttbbs-966e30ac3e3bac63b329126a1ca9d06a5e82e3c9.tar.bz2
pttbbs-966e30ac3e3bac63b329126a1ca9d06a5e82e3c9.tar.lz
pttbbs-966e30ac3e3bac63b329126a1ca9d06a5e82e3c9.tar.xz
pttbbs-966e30ac3e3bac63b329126a1ca9d06a5e82e3c9.tar.zst
pttbbs-966e30ac3e3bac63b329126a1ca9d06a5e82e3c9.zip
* refine pwcuExitSave again, prevent the initial query if possible.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4851 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/talk.c')
-rw-r--r--mbbsd/talk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/talk.c b/mbbsd/talk.c
index bbeb7c30..1144de63 100644
--- a/mbbsd/talk.c
+++ b/mbbsd/talk.c
@@ -3015,7 +3015,7 @@ userlist(void)
if (HasUserPerm(PERM_LOGINOK)) {
static const char *wm[PAGER_UI_TYPES] = {"¤@¯ë", "¶i¶¥", "¥¼¨Ó"};
- pwcuSetWaterballMode((cuser.pager_ui_type +1) % PAGER_UI_TYPES_USER);
+ pwcuSetPagerUIType((cuser.pager_ui_type +1) % PAGER_UI_TYPES_USER);
/* vmsg cannot support multi lines */
move(b_lines - 4, 0);
clrtobot();