Uses of Class
net.morimekta.console.util.STTYModeSwitcher
-
Packages that use STTYModeSwitcher Package Description net.morimekta.console.terminal net.morimekta.console.util -
-
Uses of STTYModeSwitcher in net.morimekta.console.terminal
Constructors in net.morimekta.console.terminal with parameters of type STTYModeSwitcher Constructor Description Terminal(STTY tty, java.io.InputStream in, java.io.OutputStream out, LinePrinter lp, STTYModeSwitcher switcher)
Constructor visible for testing. -
Uses of STTYModeSwitcher in net.morimekta.console.util
Methods in net.morimekta.console.util that return STTYModeSwitcher Modifier and Type Method Description STTYModeSwitcher
STTY. setSTTYMode(STTYMode mode)
Set the current STTY mode, and return the closable switcher to turn back.
-