From b3ad27e8991fdbd64fd4db58c0c89538b5f02959 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Sun, 15 Nov 2015 17:56:28 -0700 Subject: * 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. --- pico/pico.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pico/pico.h') diff --git a/pico/pico.h b/pico/pico.h index 0605f992..04ad126e 100644 --- a/pico/pico.h +++ b/pico/pico.h @@ -190,6 +190,10 @@ typedef struct pico_struct { char *ctrlr_label; /* Label for ^R in keymenu */ char *alt_spell; /* Checker to use other than "spell" */ char **alt_ed; /* name of alternate editor or NULL */ +#ifdef _WINDOWS + char **dict; /* list of dictionaries to choose */ + int chosen_dict; /* chosen default dictionary */ +#endif /* WINDOWS */ UCS *wordseps; /* word separator characters other than space */ int fillcolumn; /* where to wrap */ int menu_rows; /* number of rows in menu (0 or 2) */ -- cgit v1.2.3-54-g00ecf