list mode for overview
This commit is contained in:
@@ -77,6 +77,9 @@ function UI.Viewport:getViewArea()
|
||||
end
|
||||
|
||||
function UI.Viewport:eventHandler(event)
|
||||
if #self.lines <= self.height then
|
||||
return
|
||||
end
|
||||
if event.type == 'scroll_down' then
|
||||
self:setScrollPosition(self.offy + 1, self.offx)
|
||||
elseif event.type == 'scroll_up' then
|
||||
|
||||
Reference in New Issue
Block a user