1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

Render the view when scrolling with the wheel

This commit is contained in:
Stefan Haller
2024-06-05 18:48:26 +02:00
parent 44160ef844
commit deee5fa957
3 changed files with 11 additions and 0 deletions

View File

@ -136,3 +136,7 @@ func (self *ListContextTrait) IsItemVisible(item types.HasUrn) bool {
func (self *ListContextTrait) RangeSelectEnabled() bool {
return true
}
func (self *ListContextTrait) RenderOnlyVisibleLines() bool {
return self.renderOnlyVisibleLines
}