summaryrefslogtreecommitdiffstats
path: root/src/tui/light.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/tui/light.go')
-rw-r--r--src/tui/light.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tui/light.go b/src/tui/light.go
index 5092371d..aee2510e 100644
--- a/src/tui/light.go
+++ b/src/tui/light.go
@@ -694,6 +694,10 @@ func (r *LightRenderer) NeedScrollbarRedraw() bool {
return false
}
+func (r *LightRenderer) ShouldEmitResizeEvent() bool {
+ return false
+}
+
func (r *LightRenderer) RefreshWindows(windows []Window) {
r.flush()
}