Merge branch 'master' of github.com:jesseduffield/lazydocker

This commit is contained in:
glendsoza 2022-01-17 19:13:49 +05:30
commit 600e4af8e6
2 changed files with 3 additions and 3 deletions

4
.github/FUNDING.yml vendored
View file

@ -1,4 +1,4 @@
# These are supported funding model platforms
ko_fi: jesseduffield
custom: ['https://donorbox.org/lazydocker']
github: [jesseduffield]
custom: ['https://donorbox.org/lazygit']

View file

@ -370,7 +370,7 @@ func (gui *Gui) handleClick(v *gocui.View, itemCount int, selectedLine *int, han
_, cy := v.Cursor()
_, oy := v.Origin()
newSelectedLine := cy - oy
newSelectedLine := cy + oy
if newSelectedLine < 0 {
newSelectedLine = 0