jesseduffield.lazygit/pkg/integration/clients
Stefan Haller efd4298b5e Avoid scrolling the selection into view on refresh
It is possible to scroll the selection out of view using the mouse wheel; after
doing this, it would sometimes scroll into view by itself again, for example
when a background fetch occurred. In the files panel this would even happen
every 10s with every regular files refresh.

Fix this by adding a scrollIntoView parameter to HandleFocus, which is false by
default, and is only set to true from controllers that change the selection.
2025-12-23 15:34:38 +01:00
..
injector Don't wait for debugger in daemon mode 2025-04-20 15:53:17 +02:00
cli.go Use print instead of printf when there are no arguments 2024-08-27 10:33:06 +02:00
go_test.go Don't use "HEADLESS" environment variable for running tests 2025-11-28 12:06:42 +01:00
tui.go Avoid scrolling the selection into view on refresh 2025-12-23 15:34:38 +01:00