Package edu.uiuc.ncsa.security.util.terminal
An implementation of an ISO 6429 terminal. This allows basic cursor addressing in any Java
only command line application. There are some gotcha because, well, Java's IO has a lot
of limitations. However, all the real grunt work of reading each character and doing something
with it is supported and extending this is not hard at all. Works great with the cil package.
Created by Jeff Gaynor
on 8/3/22 at 8:05 AM
-
Class Summary Class Description ISO6429IO ISO 6429 (cursor addressing spec) compliant implementation of theIOInterface
.ISO6429Terminal A basic implementation of an ISO 6429 terminal.ISO6429Terminal.CSI KeyStroke Created by Jeff Gaynor
on 6/5/20 at 1:45 PM -
Enum Summary Enum Description KeyType Created by Jeff Gaynor
on 6/5/20 at 1:42 PM