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 /contrib | |
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 'contrib')
m--------- | contrib/scinterm | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/contrib/scinterm b/contrib/scinterm -Subproject 430822df945b51ce1ed3026047fe8967a18d1ff +Subproject 3a47c1b053c7316a4237d55fce125683a43eca2 |