summaryrefslogtreecommitdiff
path: root/alpine/takeaddr.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/takeaddr.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/takeaddr.c')
-rw-r--r--alpine/takeaddr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/alpine/takeaddr.c b/alpine/takeaddr.c
index abb63e37..5c13d8a9 100644
--- a/alpine/takeaddr.c
+++ b/alpine/takeaddr.c
@@ -2805,7 +2805,7 @@ take_to_export(struct pine *ps, LINES_TO_TAKE *lines_to_take)
q_status_message(SM_ORDER, 3, 3, _("No lines to export"));
else{
memset(&screen, 0, sizeof(screen));
- conf_scroll_screen(ps, &screen, first_line, _("Take Export"), NULL, 0);
+ conf_scroll_screen(ps, &screen, first_line, _("Take Export"), NULL, 0, NULL);
}
}