mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-08-01 09:36:20 +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:
@@ -66,6 +66,12 @@ option('omemo-qrcode',
|
||||
description: 'Enable ability to display OMEMO QR code'
|
||||
)
|
||||
|
||||
option('spellcheck',
|
||||
type: 'feature',
|
||||
value: 'disabled',
|
||||
description: 'Enable spellchecking support'
|
||||
)
|
||||
|
||||
# Other:
|
||||
option('python_framework',
|
||||
type: 'string',
|
||||
|
||||
Reference in New Issue
Block a user