summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-07-19 20:39:10 +1000
committerJesse Duffield <jessedduffield@gmail.com>2023-07-19 20:39:10 +1000
commitbe02786dad8785abc214cb5bfeee657033761945 (patch)
treeefc602abd71fbe4a74d7968b977418004d608096 /go.mod
parent949022db8cfab47bb52be5d1729542d76654783f (diff)
Fix accordion issue
This fixes the issue in accordion mode where the current line wasn't in the viewport upon focus. It doesn't perfectly fix it: the current line always appears at the top of the view. But it's good enough to cut a new release. The proper fix is to only focus the line after the view has had its height adjusted.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index c074100a6..ae3751f30 100644
--- a/go.mod
+++ b/go.mod
@@ -18,7 +18,7 @@ require (
github.com/integrii/flaggy v1.4.0
github.com/jesseduffield/generics v0.0.0-20220320043834-727e535cbe68
github.com/jesseduffield/go-git/v5 v5.1.2-0.20221018185014-fdd53fef665d
- github.com/jesseduffield/gocui v0.3.1-0.20230710004407-9bbfd873713b
+ github.com/jesseduffield/gocui v0.3.1-0.20230719103719-ea5c8b64cf35
github.com/jesseduffield/kill v0.0.0-20220618033138-bfbe04675d10
github.com/jesseduffield/lazycore v0.0.0-20221012050358-03d2e40243c5
github.com/jesseduffield/minimal/gitignore v0.3.3-0.20211018110810-9cde264e6b1e