summaryrefslogtreecommitdiff
path: root/src/tui/tcell.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/tui/tcell.go')
-rw-r--r--src/tui/tcell.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tui/tcell.go b/src/tui/tcell.go
index 85ef1dd8..1f9a832b 100644
--- a/src/tui/tcell.go
+++ b/src/tui/tcell.go
@@ -99,6 +99,8 @@ const (
AttrClear = Attr(1 << 8)
)
+func (r *FullscreenRenderer) Resize(maxHeightFunc func(int) int) {}
+
func (r *FullscreenRenderer) defaultTheme() *ColorTheme {
if _screen.Colors() >= 256 {
return Dark256