From f740ad3774c1adc7844451dd561c7de143766635 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Mon, 11 Aug 2025 08:56:46 +0000 Subject: fully support NetBSD with its native libcurses * It requires a forced refresh on startup (even though that should be the default). Otherwise, it wouldn't print the info line correctly. * Redirect stdin and pass it to newterm() to fix key queuing. Probably necessary for supporting ncurses on NetBSD as well. * Avoid doupdate() if screen is too small: fixes crashes for very small windows. * Updated Scintilla: There were some implicit typing assumptions, that are broken by this platform. --- contrib/scintilla | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/scintilla b/contrib/scintilla index 26df8de..7ccb740 160000 --- a/contrib/scintilla +++ b/contrib/scintilla @@ -1 +1 @@ -Subproject commit 26df8def5e3ad506c514a42262d98584011d5446 +Subproject commit 7ccb74055fd37f22de83e4fbe42c146b6dd5656d -- cgit v1.2.3