com.maverick.sshd.shell.terminal
Class xterm

java.lang.Object
  extended by com.maverick.sshd.shell.terminal.BasicTerminal
      extended by com.maverick.sshd.shell.terminal.vt100
          extended by com.maverick.sshd.shell.terminal.xterm
All Implemented Interfaces:
Terminal

public class xterm
extends vt100


Field Summary
 
Fields inherited from class com.maverick.sshd.shell.terminal.BasicTerminal
myColorizer
 
Fields inherited from interface com.maverick.sshd.shell.terminal.Terminal
A, B, BS, C, CAN, D, DEL, E, EOT, ESC, f, FF, H, HT, LE, LSB, r, SE, SEMICOLON, SGR
 
Constructor Summary
xterm()
           
 
Method Summary
 boolean supportsScrolling()
           
 boolean supportsSGR()
           
 
Methods inherited from class com.maverick.sshd.shell.terminal.vt100
getSpecialSequence
 
Methods inherited from class com.maverick.sshd.shell.terminal.BasicTerminal
format, getAtomicSequenceLength, getCursorMoveSequence, getCursorPositioningSequence, getEraseSequence, getGRSequence, getInitSequence, getScrollMarginsSequence, translateIntToDigitCodes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

xterm

public xterm()
Method Detail

supportsSGR

public boolean supportsSGR()
Specified by:
supportsSGR in interface Terminal
Overrides:
supportsSGR in class vt100

supportsScrolling

public boolean supportsScrolling()
Specified by:
supportsScrolling in interface Terminal
Overrides:
supportsScrolling in class vt100


Copyright © 2012. All Rights Reserved.