jesseduffield.lazygit/pkg/gui/patch_exploring
Stefan Haller 63655288a4 Fix scrolling hunk into view when selecting next hunk
If the hunk to be selected was partially scrolled offscreen, the view wouldn't
scroll enough to make it completely visible (the last line of the hunk was still
offscreen).

This is only a minimal fix for a pressing problem. The code to handle scrolling
after selection changes has lots of problems, and is also inconsistent between
list views and the patch explorer, but cleaning this up needs more time than I
have right now.
2025-07-07 13:42:10 +02:00
..
focus.go Fix scrolling hunk into view when selecting next hunk 2025-07-07 13:42:10 +02:00
focus_test.go Bump gocui and adapt lazygit code 2024-12-01 10:40:08 +01:00
state.go Escape out of hunk mode only if it was turned on by the user 2025-07-04 19:41:40 +02:00