com.mindbright.terminal
Class TerminalDumb

java.lang.Object
  extended by com.mindbright.terminal.TerminalInterpreter
      extended by com.mindbright.terminal.TerminalDumb

public final class TerminalDumb
extends TerminalInterpreter


Field Summary
 
Fields inherited from class com.mindbright.terminal.TerminalInterpreter
IGNORE, term
 
Constructor Summary
TerminalDumb()
           
 
Method Summary
 int interpretChar(char c)
           
 boolean setTerminalType()
           
 java.lang.String terminalType()
           
 
Methods inherited from class com.mindbright.terminal.TerminalInterpreter
keyHandler, mouseHandler, setDumbMode, setTerminal, vtReset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TerminalDumb

public TerminalDumb()
Method Detail

terminalType

public java.lang.String terminalType()
Specified by:
terminalType in class TerminalInterpreter

setTerminalType

public boolean setTerminalType()

interpretChar

public int interpretChar(char c)
Specified by:
interpretChar in class TerminalInterpreter