Return current row/column
130 131 132
# File 'lib/navigation.rb', line 130 def rc [@cwin.cury, @cwin.curx] end