lazygit/pkg
Stefan Haller a58770ee1b Fix pressing shift-down after clicking in diff view
When clicking in a single-file diff view to enter staging (or custom patch
editing, when coming from the commit files panel), and then pressing shift-down
or shift-up to select a range, it would move the selected line rather than
creating a range. Only on the next press would it start to select a range from
there.

This is very similar to the fix we made for pressing escape in 0e4d266a52.
2024-10-18 10:08:27 +02:00
..
app Add changeToFixup field to MoveFixupCommitDown 2024-09-15 11:19:39 +02:00
cheatsheet Initialize translation set after reading user config 2024-08-18 10:24:52 +02:00
commands Better local branch delete confirmation 2024-09-28 11:19:32 +02:00
common Make common.UserConfig an atomic.Pointer for safe concurrent access 2024-08-18 10:24:52 +02:00
config Add options for disabling switching to the Files panel after popping or applying a stash 2024-09-15 11:59:59 +02:00
constants
env
fakes
gui Fix pressing shift-down after clicking in diff view 2024-10-18 10:08:27 +02:00
i18n Add a menu item to delete both local and remote branch at once 2024-09-28 11:23:21 +02:00
integration Fix pressing shift-down after clicking in diff view 2024-10-18 10:08:27 +02:00
jsonschema
logs
snake
tasks
theme
updates Change direct access to Common.UserConfig to a getter 2024-08-18 10:24:52 +02:00
utils Fix ForEachLineInFile to not lose the last line if it doesn't end with a LF 2024-10-09 15:37:08 +02:00