mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-21 23:01:03 +00:00
Merge branch 'master' of github.com:jesseduffield/lazydocker
This commit is contained in:
commit
600e4af8e6
2 changed files with 3 additions and 3 deletions
4
.github/FUNDING.yml
vendored
4
.github/FUNDING.yml
vendored
|
|
@ -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']
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue