summaryrefslogtreecommitdiffstats
path: root/src/tui
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2023-11-12 22:08:08 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2023-11-12 22:08:08 +0900
commit7320b7df62039c879c4f609bca946ea09b438a98 (patch)
treeb44fa9ec8910fad8201b0d23176cc59c94a7ff02 /src/tui
parent11fb4233f74ad8ca068ad15f1ec09bd8ff2953ee (diff)
0.44.00.44.0
Diffstat (limited to 'src/tui')
-rw-r--r--src/tui/tcell.go2
1 files changed, 1 insertions, 1 deletions
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) {}