Package eu.bandm.tools.graficUtils
Class Term
java.lang.Object
eu.bandm.tools.graficUtils.Term
Access to the current terminal info, as provided by the Operating system.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionEvident.static boolean
Returns whether the ANSI-Escape sequences as defined inVt100
are applicable.
-
Field Details
-
ENVIRONMENT_VARIABLE_NAME
Evident.- See Also:
-
-
Method Details
-
getEnvironment
Evident. -
hasVt100Colors
public static boolean hasVt100Colors()Returns whether the ANSI-Escape sequences as defined inVt100
are applicable. This is a heuristics, because different terminal names are in use across all operating systems, and likely not all names are recognized here.
-