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

12 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
4fde97b066 update go to v1.18 2022-03-18 21:36:28 +11: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
d5db02a899 bump gocui to be on 'simple' branch.
The master branch of gocui contains stuff I added for lazynpm which changes how
the cursor is used. This will provide some benefits to lazygit as well but I
don't yet have the motivation to make the required changed in lazygit to support it.

So we're gonna be on the branch named 'simple' rather than master until I fix that up.
2020-05-13 21:24:25 +10:00
e0dd1cb29d switch to Go modules 2019-09-01 21:24:03 +10:00
0891797bf8 bump dep to include go-errors package 2019-02-11 22:39:17 +11:00