Method: Fox::FXIrb#sendCommand

Defined in:
lib/fox16/irb.rb

#sendCommand(cmd) ⇒ Object



144
145
146
147
148
149
150
# File 'lib/fox16/irb.rb', line 144

def sendCommand(cmd)
 setCursorPos(getLength)
 makePositionVisible(getLength) unless isPosVisible(getLength)
 cmd += "\n"
 appendText(cmd)
 processCommandLine(cmd)
end