Method: RubyCurses::TextView#scrollatrow
- Defined in:
- lib/rbcurse/core/widgets/rtextview.rb
#scrollatrow ⇒ Object
—- for listscrollable —- ##
181 182 183 184 185 186 187 |
# File 'lib/rbcurse/core/widgets/rtextview.rb', line 181 def scrollatrow #:nodoc: if @suppress_borders @height - 1 # should be 2 FIXME but erasing lower line. see appemail else @height - 3 end end |