From 08a7f8fb56d0713db26540add4a78437c0c54f0e Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 27 Feb 2025 10:58:45 +0300 Subject: updated Scinterm: fixes superfluous window refreshes, which resulted in flickering when scrolling the popup window * see https://github.com/orbitalquark/scinterm/issues/26 * scintilla_wnoutrefresh() actually caused a refresh(), thus updating the physical screen before calling teco_curses_info_popup_noutrefresh() and doupdate(). * This was visible when redrawing the both Scintilla view and popup often as happens during scrolling or when clicking on the popup borders. * This was probably broken since v2.1.0. --- contrib/scinterm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/scinterm b/contrib/scinterm index ba8c35f..430822d 160000 --- a/contrib/scinterm +++ b/contrib/scinterm @@ -1 +1 @@ -Subproject commit ba8c35f9b9f58e394d3ece79c464f6cd020c7654 +Subproject commit 430822df945b51ce1ed3026047fe8967a18d1ffe -- cgit v1.2.3