Method: Redwood::ScrollMode#botline
- Defined in:
- lib/sup/modes/scroll_mode.rb
#botline ⇒ Object (readonly)
we left leftcol and rightcol as the left and right columns of any content in the current view. but since we’re operating in a line-centric fashion, rightcol is always leftcol + the buffer width. (whereas botline is topline + at most the buffer height, and can be == to topline in the case that there’s no content.)
13 14 15 |
# File 'lib/sup/modes/scroll_mode.rb', line 13 def botline @botline end |