diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-08-21 03:01:52 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-08-21 03:01:52 +0200 |
commit | adf0c46a70b20d187b62c596052f643a6673f68f (patch) | |
tree | 94f09fcd3cf946de04c6ab16b92bbb1ff5f898a8 /.gitmodules | |
parent | bbcf801ddfd3eb50203518c130beb400de7ca53f (diff) | |
download | sciteco-adf0c46a70b20d187b62c596052f643a6673f68f.tar.gz |
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
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 3636830..c09dc98 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,7 +4,7 @@ ignore = untracked [submodule "scinterm"] path = contrib/scinterm - url = https://github.com/orbitalquark/scinterm.git + url = https://github.com/rhaberkorn/scinterm.git [submodule "lexilla"] path = contrib/lexilla url = https://github.com/rhaberkorn/lexilla.git |