From 3a9d4c01e5135f6d5b2aecdaf698d1d960387df9 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Wed, 25 Mar 2015 20:27:02 -0600 Subject: * new version 2.20.4 * If the charset of a message can not be determined, use the value set in the "Unknown Character Set" option. * Resizing setup screen will redraw screen. * Unix Alpine only. Experimental: If Alpine/Pico finds a UCS4 code in the width ambiguous zone, it will use other means to determine the width, such as call wcwidth. --- alpine/roleconf.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'alpine/roleconf.c') diff --git a/alpine/roleconf.c b/alpine/roleconf.c index effc29c4..d5d34e1f 100644 --- a/alpine/roleconf.c +++ b/alpine/roleconf.c @@ -203,7 +203,7 @@ role_select_screen(struct pine *ps, ACTION_S **role, int alt_compose) /* TRANSLATORS: Print something1 using something2. "roles" is something1 */ (void)conf_scroll_screen(ps, &screen, first_line, _("SELECT ROLE"), - _("roles"), 0); + _("roles"), 0, NULL); if(sel_pat){ *role = sel_pat->action; @@ -374,7 +374,7 @@ uh_oh: screen.deferred_ro_warning = readonly_warning; /* TRANSLATORS: Print something1 using something2. "rules" is something1 */ - switch(conf_scroll_screen(ps, &screen, first_line, title, _("rules"), 0)){ + switch(conf_scroll_screen(ps, &screen, first_line, title, _("rules"), 0, NULL)){ case 0: break; @@ -4909,7 +4909,7 @@ role_config_edit_screen(struct pine *ps, PAT_S *def, char *title, long int rflag /* TRANSLATORS: Print something1 using something2. "roles" is something1 */ rv = conf_scroll_screen(ps, &screen, first_line, title, _("roles"), - (edit_incol && pico_usingcolor()) ? 1 : 0); + (edit_incol && pico_usingcolor()) ? 1 : 0, NULL); /* * Now look at the fake variables and extract the information we -- cgit v1.2.3-54-g00ecf