From adf0c46a70b20d187b62c596052f643a6673f68f Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Wed, 21 Aug 2024 03:01:52 +0200 Subject: Curses UI: fixed drawing of boxed indicators * The scinterm submodule temporarily points to my own fork. * This is necessary for the aspell macro on Curses. See https://github.com/rhaberkorn/sciteco/wiki/Useful-Macros#spell-checker * See also https://github.com/orbitalquark/scinterm/pull/19 --- TODO | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index f3ebc5a..ba9ace0 100644 --- a/TODO +++ b/TODO @@ -426,10 +426,7 @@ Features: Apparently there is also a terminfo entry Ms, but it's probably not worth using it since it won't always be set. See also https://github.com/tmux/tmux/wiki/Clipboard - * Write standard library module for spell checking. - This can eg. use hunspell/aspell/ispell `-a` mode. - See my SciTE implementation on how to do this. - The resulting macro can be added to a save hook. + * Add a save-ED-hook, which could be useful for spell checking. * A dirtify-hook would be useful and could be used for spell checking. Naturally it could only be exected at the end of executing interactive commands) and it should be triggered -- cgit v1.2.3