Method: RubyCurses::TextView#rowcol

Defined in:
lib/rbcurse/core/widgets/rtextview.rb

#rowcolObject

returns the position where cursor was to be positioned by default It may no longer work like that.



201
202
203
# File 'lib/rbcurse/core/widgets/rtextview.rb', line 201

def rowcol #:nodoc:
  return @row+@row_offset, @col+@col_offset
end