summaryrefslogtreecommitdiff
path: root/pico/pico.c
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/pico.c
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/pico.c')
-rw-r--r--pico/pico.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/pico/pico.c b/pico/pico.c
index 93d555d4..0d087281 100644
--- a/pico/pico.c
+++ b/pico/pico.c
@@ -165,6 +165,10 @@ pico(PICO *pm)
gmode |= pm->pine_flags; /* high 4 bits rsv'd for pine */
alt_speller = pm->alt_spell;
+#ifdef _WINDOWS
+ dictionary = pm->dict;
+ chosen_dict = pm->chosen_dict;
+#endif /* _WINDOWS */
pico_all_done = 0;
km_popped = 0;