Merge pull request #26 from Sketch98/bug0

G keybind (end) wasn't setting $cur so it would open the wrong item.
This commit is contained in:
dylan 2021-06-11 08:13:38 +00:00 committed by GitHub
commit 696318e947
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
shfm
View File

@ -325,6 +325,7 @@ main() {
G?)
y=$#
y2=$(($# < bottom ? $# : bottom))
line_print "$y" "$@"
redraw "$@"
;;