summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2025-03-23 11:06:18 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2025-03-23 11:13:21 +0900
commit82fd88339b115f1159d66588191990d95fb41e88 (patch)
tree8aa1bd5e178b943fb168c3f62f50b33ceb7a38f1 /src
parentde0f2efbfb34b4545bde5cc64cf819c2e3be963e (diff)
downloadfzf-82fd88339b115f1159d66588191990d95fb41e88.tar.gz
Fix offset-middle not updating the list
Diffstat (limited to 'src')
-rw-r--r--src/terminal.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/terminal.go b/src/terminal.go
index d892a340..81485d6a 100644
--- a/src/terminal.go
+++ b/src/terminal.go
@@ -5486,6 +5486,7 @@ func (t *Terminal) Loop() error {
t.scrollOff = t.window.Height()
t.constrain()
t.scrollOff = soff
+ req(reqList)
case actJump:
t.jumping = jumpEnabled
req(reqJump)