Check if cursor reached beginning of the line
Returns:
90 91 92
# File 'lib/tty/reader/line.rb', line 90 def start? @cursor.zero? end