Searched defs:stty (Results 1 - 2 of 2) sorted by relevance

/external/jline/src/src/main/java/jline/
H A DUnixTerminal.java15 * is handled by issuing the <em>stty</em> command against the
18 * Linux and Macintosh OS X) support the <em>stty</em>), so this
45 System.getProperty("jline.sttyCommand", "stty");
66 * Remove line-buffered input by invoking "stty -icanon min 1"
71 ttyConfig = stty("-g");
77 throw new IOException("Unrecognized stty code: " + ttyConfig);
83 stty("-icanon min 1");
86 stty("-echo");
113 stty(ttyConfig);
188 * Returns the value of "stty siz
266 protected static String stty(final String args) method in class:UnixTerminal
[all...]
/external/jline/
H A Djline-1.0.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/ANSIBuffer$ANSICodes.class ANSIBuffer.java ...

Completed in 9060 milliseconds