jesseduffield.lazygit/pkg
Stefan Haller 114d3a5a25 Render the focused main view again while it is being searched
A refresh left the focused main view alone while a search was on, so the
diff on screen stayed as it was however much the working tree had moved
on underneath it. The search could not cope with the content changing
under it, and leaving the content alone was the way around that.

It can cope now. The positions are worked out again from whatever the
view holds, and the status with them, so render it like any other.

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-09-05 15:09:52 +02:00
..
app
cheatsheet Fix linter warning about WriteString(fmt.Sprintf(...)) 2026-08-16 16:35:11 +02:00
commands Avoid rehydrating unchanged rebase todos 2026-08-29 17:25:59 +02:00
common
config Validate the context names in the "context" field of custom commands 2026-09-03 21:07:32 +02:00
constants
env
fakes
gocui Show the search status of what a re-rendered view now holds 2026-09-05 15:09:52 +02:00
gui Render the focused main view again while it is being searched 2026-09-05 15:09:52 +02:00
i18n Filter the keybindings menu as you type 2026-08-31 20:41:22 +02:00
integration Render the focused main view again while it is being searched 2026-09-05 15:09:52 +02:00
jsonschema Fix use of reflect.Ptr 2026-08-16 16:35:11 +02:00
logs Separate the runs in the debug log with a blank line 2026-08-15 09:48:11 +02:00
snake Remove a few unnecessary parentheses 2026-08-13 20:40:11 +02:00
tasks Hold a task while a view is read to its end 2026-09-05 15:09:52 +02:00
theme
updates
utils