Check if cursor reached end of the line
Returns:
99 100 101
# File 'lib/tty/reader/line.rb', line 99 def end? @cursor == @text.length end