diff options
author | Eduardo Chappa <chappa@washington.edu> | 2014-02-15 22:27:58 -0700 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2014-02-15 22:27:58 -0700 |
commit | aa7d9f18ca61e2fb1998bcaedee9ecdfa93a0728 (patch) | |
tree | 72bee5a33580c59500d71f0fd324a0523deea4a0 /pico/osdep/terminal.c | |
parent | 4a1cb9fd5554ef858945894a4dbe36e55f965934 (diff) | |
download | alpine-aa7d9f18ca61e2fb1998bcaedee9ecdfa93a0728.tar.xz |
* Fixes to documentation to update old washington.edu/alpine site
for patches.freeiz.com/alpine/. Work in progress.
* prototype function tigetstr in pico/osdep/terminal.c
* folders encoded in modified utf7 are transformed their names to a human
readable utf8.
* New attempt to fix smime support in Alpine. Messages sent by alpine
with or without attachments should validate in all servers and in
all folder formats.
Diffstat (limited to 'pico/osdep/terminal.c')
-rw-r--r-- | pico/osdep/terminal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pico/osdep/terminal.c b/pico/osdep/terminal.c index 179d6cdc..52c87399 100644 --- a/pico/osdep/terminal.c +++ b/pico/osdep/terminal.c @@ -81,7 +81,7 @@ static void tinfodelete(void); extern int tput(); extern int tputs(char *, int, int (*)(int)); extern char *tgoto(char *, int, int); -extern char *tigetstr (); +extern char *tigetstr (char *); extern int setupterm(char *, int, int *); extern int tigetnum(char *); extern int tigetflag(char *); |