summaryrefslogtreecommitdiff
path: root/alpine/roleconf.c
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2015-03-25 20:27:02 -0600
committerEduardo Chappa <chappa@washington.edu>2015-03-25 20:27:02 -0600
commit3a9d4c01e5135f6d5b2aecdaf698d1d960387df9 (patch)
tree01b45596b7334d2f9d1298f099ca4f037f2e69b7 /alpine/roleconf.c
parent955a543f9ac3bb29b88a42d0520ac68324c2f6fa (diff)
downloadalpine-3a9d4c01e5135f6d5b2aecdaf698d1d960387df9.tar.xz
* 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.
Diffstat (limited to 'alpine/roleconf.c')
-rw-r--r--alpine/roleconf.c6
1 files changed, 3 insertions, 3 deletions
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