Package javaforce.ansi.client
Class ANSI
java.lang.Object
javaforce.ansi.client.ANSI
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancharencodeChar(char ch) char[]encodeString(char[] buf, int buflen) voidkeyPressed(int keyCode, int keyMods, Buffer buffer)
-
Field Details
-
ESC
public static final char ESC- See Also:
-
clrs
public static final int[][] clrs -
altfnt
public boolean altfnt -
keypadMode
public boolean keypadMode -
altcode
public char altcode -
high
public int high -
numc
public int numc -
nums
public int[] nums
-
-
Constructor Details
-
ANSI
-
-
Method Details
-
encodeChar
public char encodeChar(char ch) -
encodeString
public char[] encodeString(char[] buf, int buflen) -
keyPressed
-
decode
-