summaryrefslogtreecommitdiff
path: root/pico/efunc.h
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2015-11-15 17:56:28 -0700
committerEduardo Chappa <chappa@washington.edu>2015-11-15 17:56:28 -0700
commitb3ad27e8991fdbd64fd4db58c0c89538b5f02959 (patch)
treedb96448acc54c9893d17970c4dfffbcc95279eec /pico/efunc.h
parentabf5b4cfbff3150ad3340679b80dc1ff5adf6298 (diff)
downloadalpine-b3ad27e8991fdbd64fd4db58c0c89538b5f02959.tar.xz
* PC-Alpine: New configuration option "Aspell Dictionaries" allows a
user to choose the dictionary used to spell, in case the user communicates in more than one language. Examples of values for the variable are "en_US" or "de_DE", etc. Only the first 10 dictionaries are offered.
Diffstat (limited to 'pico/efunc.h')
-rw-r--r--pico/efunc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pico/efunc.h b/pico/efunc.h
index e0d457aa..14a16d61 100644
--- a/pico/efunc.h
+++ b/pico/efunc.h
@@ -124,6 +124,8 @@ extern void modeline(struct WINDOW *);
extern void movecursor(int, int);
extern void clearcursor(void);
extern void mlerase(void);
+extern char *speller_choice(char **, int *);
+extern int mlchoose(UCS *, EXTRAKEYS *);
extern int mlyesno_utf8(char *, int);
extern int mlyesno(UCS *, int);
extern int mlreply_utf8(char *, char *, int, int, EXTRAKEYS *);