1 #ifndef __EKG_NCURSES_SPELL_H 2 #define __EKG_NCURSES_SPELL_H char * config_aspell_lang
Definition: spell.c:32
void ncurses_spellcheck_init(void)
Definition: spell.c:42
#define CHAR_T
Definition: nc-strings.h:37
AspellSpeller * spell_checker
Definition: spell.c:34
int config_aspell
Definition: spell.c:31
void spellcheck(wchar_t *what, char *where)
Definition: spell.c:90