Package jline

Class UnixTerminal

java.lang.Object
jline.Terminal
jline.UnixTerminal
All Implemented Interfaces:
ConsoleOperations

public class UnixTerminal extends Terminal

Terminal that is used for unix platforms. Terminal initialization is handled by issuing the stty command against the /dev/tty file to disable character echoing and enable character input. All known unix systems (including Linux and Macintosh OS X) support the stty), so this implementation should work for an reasonable POSIX system.

Author:
Marc Prud'hommeaux, Updates Dale Kemp 2005-12-03