1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-15 00:15:32 +02:00
Commit Graph

9 Commits

Author SHA1 Message Date
c74448f00d Don't select current search result when showing search status
Previously there was no way to render a view's search status without also moving the cursor
to the current search match. This caused issues where we wanted to display the status
after leaving the view and coming back, or when beginning a new search from within the
view.

This commit separates the two use cases so we only move the cursor when we're actually
selecting the next search match
2023-09-25 16:37:59 +10:00
917eb88617 Bump gocui 2023-09-09 09:44:50 +02:00
336f2772e8 bump gocui 2022-04-08 12:15:23 +10:00
729da3549a go mod vendor 2022-03-17 19:13:40 +11:00
2a1e3faa0c resetting controllers on new repo 2022-03-17 19:13:40 +11:00
345c90ac05 fix editor 2021-10-17 04:17:59 +00:00
3dd88d6138 bump dependencies 2021-06-15 08:12:38 +10:00
bd9579983e bump gocui to ensure no crash on startup 2020-08-23 17:49:58 +10:00
e0dd1cb29d switch to Go modules 2019-09-01 21:24:03 +10:00