# File gglib/ext/widgets.rb, line 91
  def clear
    @text=[]
    @text[0]="CONSOLE"
    @text[1]="#########"
    @text[2]="<Press ` (backquote) or enter '/exit' to exit>"
    @text[3]=">> "
    @line=3    
    @vline=@oldtext.size-1
  end