diff options
Diffstat (limited to 'mbbsd/talk.c')
-rw-r--r-- | mbbsd/talk.c | 2 |
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(); |