From 7320b7df62039c879c4f609bca946ea09b438a98 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 12 Nov 2023 22:08:08 +0900 Subject: 0.44.0 --- src/tui/tcell.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/tui/tcell.go b/src/tui/tcell.go index 38641f7a..bcbae7f3 100644 --- a/src/tui/tcell.go +++ b/src/tui/tcell.go @@ -100,7 +100,7 @@ const ( func (r *FullscreenRenderer) PassThrough(str string) { // No-op - // https://github.com/gdamore/tcell/issues/363#issuecomment-680665073 + // https://github.com/gdamore/tcell/pull/650#issuecomment-1806442846 } func (r *FullscreenRenderer) Resize(maxHeightFunc func(int) int) {} -- cgit v1.2.3