diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-03-07 22:52:45 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-03-07 22:52:45 +0300 |
commit | a7207d8526dd05e778e3972003a9be1a5106321a (patch) | |
tree | baf1051b8cafba7827bb0ba71e11af565b66e14b /.gitmodules | |
parent | 4a84ed510d79182d6a47ba074f549c8c39821c0a (diff) | |
download | sciteco-a7207d8526dd05e778e3972003a9be1a5106321a.tar.gz |
ncurses: support monochrome terminals
* If the background color would be non-black, render text in reverse
video. ncurses doesn't do that automatically.
* Fixes rendering under historical terminals like VT100 and VT240,
but also all of the monochrome versions of modern emulators in terminfo.
* This also improves the situation when $TERM is set to something conservative,
e.g. when connecting via RS232.
* Scinterm is temporarily changed to my own fork, which already contains
a monochrome patch.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index ed91108..db70f81 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/ScintillaOrg/lexilla.git |