From e624826447d83f1b79e5442d3695a7528cf578cf Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Fri, 30 Jan 2026 14:22:59 +0100 Subject: fixup: high-color-pair support was still broken in Scinterm * Also updated A_XXX attributes to WA_XXX, where the "new" wattr_set() APIs are used. This doesn't make a difference on ncurses and PDCurses, but the X/Open standard demands it. * Allow color pairs up to 32767 instead of only up to 32766. * We now always require Curses wide-character APIs due to Scinterm, which has to use mvwin_wch(). We were practically depending on wide-character support anyway, so this shouldn't really restrict portability. * teco_curses_add_wc() has been simplified, now that we can rely on wide-char APIs. Perhaps it should be removed altogether? --- contrib/scinterm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/scinterm') diff --git a/contrib/scinterm b/contrib/scinterm index c2f8235..c579c79 160000 --- a/contrib/scinterm +++ b/contrib/scinterm @@ -1 +1 @@ -Subproject commit c2f823590a8152433fcba25eb93b48836d8db290 +Subproject commit c579c794e085e8b4c8cd812d9e2e1613ab70d0c3 -- cgit v1.2.3