From a7207d8526dd05e778e3972003a9be1a5106321a Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Fri, 7 Mar 2025 22:52:45 +0300 Subject: 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. --- contrib/scinterm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/scinterm b/contrib/scinterm index 430822d..3a47c1b 160000 --- a/contrib/scinterm +++ b/contrib/scinterm @@ -1 +1 @@ -Subproject commit 430822df945b51ce1ed3026047fe8967a18d1ffe +Subproject commit 3a47c1b053c7316a4237d55fce125683a43eca2e -- cgit v1.2.3