HomeSort by relevance Sort by last modified time
    Searched defs:stty (Results 1 - 5 of 5) sorted by null

  /external/jline/src/src/main/java/jline/
UnixTerminal.java 15 * 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 size" width param
266 protected static String stty(final String args) method in class:UnixTerminal
    [all...]
  /external/jline/
jline-1.0.jar 
  /prebuilts/tools/common/m2/repository/jline/jline/0.9.94/
jline-0.9.94.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 513 milliseconds