mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 01:36:21 +00:00
feat: add spellcheck highlighting support
Introduce optional spellcheck highlighting in the input window using the Enchant-2 library. ``` /spellcheck on /spellcheck lang en_US ``` New theme color `input.misspelled`. Fixes: https://github.com/profanity-im/profanity/issues/183 Signed-off-by: Michael Vetter <jubalh@iodoru.org>
This commit is contained in:
@@ -1008,6 +1008,10 @@ cons_splash_setting(void)
|
||||
{
|
||||
}
|
||||
void
|
||||
cons_spellcheck_setting(void)
|
||||
{
|
||||
}
|
||||
void
|
||||
cons_vercheck_setting(void)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user