# File ext/widgets.rb, line 66
  def feedText(char)
    @text[@line]+=char.to_s unless (char=="`" || char=="\n" || char=="\r")
  end