Method: RubyCurses::TextView#next_line
- Defined in:
- lib/rbcurse/core/widgets/rtextview.rb
#next_line ⇒ Object
Deprecated.
gives offset of next line, does not move
442 443 444 |
# File 'lib/rbcurse/core/widgets/rtextview.rb', line 442 def next_line #:nodoc: @list[@current_index+1] end |