/** * Provides an enumeration for the terminal "modes" allowed by ANSI escape * sequences. These can be passed into the setTextMode method of the terminal * class. It's possible some terminal windows may not support these. */ public enum TextMode { BOLD, DIM, ITALIC, UNDERLINE, BLINKING, INVERSE, INVISIBLE, STRIKETHROUGH }