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