From 869de7c6270c50481499c201aa16aa5bc3a56739 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Fri, 17 Apr 2026 01:18:20 +0200 Subject: Curses: fixed rendering bright/light colors on 8-color terminals * Scinterm was simply rendering them as black, thus effectively breaking the Linux and FreeBSD vts with terminal.tes. * I was considering to render light black as white on 8-color terminals, so it's always readable. However, if you add in A_BOLD there is a good chance that the color will end up grey - at least it does in the virtual terminals (consoles). * There is no need to use bright colors in the Scintilla view defaults. E.g. 0xFFFFF is "light white". However on 8-color terminals this will be rendered like white anyway. The new defaults are closer to what terminal.tes does. --- contrib/scinterm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/scinterm b/contrib/scinterm index 7f5b0e2..70691fa 160000 --- a/contrib/scinterm +++ b/contrib/scinterm @@ -1 +1 @@ -Subproject commit 7f5b0e2bdfb23a2806ed0cf9c6d25c1f37c0392e +Subproject commit 70691faf4242525cad987da11a7c4912d8006917 -- cgit v1.2.3