diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-02-27 10:58:45 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-02-27 10:58:45 +0300 |
commit | 08a7f8fb56d0713db26540add4a78437c0c54f0e (patch) | |
tree | cc0061124a3966fc614d0fbe40cecfd8a732c2e5 /contrib/scinterm | |
parent | a338e1a880cf14cad6034bd6d837e0f3c35756b9 (diff) | |
download | sciteco-08a7f8fb56d0713db26540add4a78437c0c54f0e.tar.gz |
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.
Diffstat (limited to 'contrib/scinterm')
m--------- | contrib/scinterm | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/contrib/scinterm b/contrib/scinterm -Subproject ba8c35f9b9f58e394d3ece79c464f6cd020c765 +Subproject 430822df945b51ce1ed3026047fe8967a18d1ff |