Class TtyOutputMode
java.lang.Object
org.aesh.terminal.tty.TtyOutputMode
- All Implemented Interfaces:
Consumer<int[]>
Processes TTY output by converting line feeds to carriage return + line feed sequences.
This is equivalent to 'stty onlcr'.
- Author:
- Julien Viet
-
Constructor Details
-
TtyOutputMode
Create a new TTY output mode processor.- Parameters:
readHandler- the handler to receive processed output
-
-
Method Details
-
accept
-