Uses of Package
com.googlecode.lanterna.terminal.ansi
Packages that use com.googlecode.lanterna.terminal.ansi
-
Classes in com.googlecode.lanterna.terminal.ansi used by com.googlecode.lanterna.terminalClassDescriptionThis class is used by the
TelnetTerminalServer
class when a client has connected in; this class will be the interaction point for that client.This enum lets you control how Lanterna will handle a ctrl+c keystroke from the user. -
Classes in com.googlecode.lanterna.terminal.ansi used by com.googlecode.lanterna.terminal.ansiClassDescriptionClass containing graphics code for ANSI compliant text terminals and terminal emulators.An abstract terminal implementing functionality for terminals using OutputStream/InputStream.This class is used by the
TelnetTerminalServer
class when a client has connected in; this class will be the interaction point for that client.This class contains some of the various states that the Telnet negotiation protocol defines.Base class for all terminals that generally behave like Unix terminals.This enum lets you control how Lanterna will handle a ctrl+c keystroke from the user.UnixLikeTerminal extends from ANSITerminal and defines functionality that is common toUnixTerminal
andCygwinTerminal
, like setting tty modes; echo, cbreak and minimum characters for reading as well as a shutdown hook to set the tty back to original state at the end.This class allows you to override by what means Lanterna detects the size of the terminal.