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

  /external/jline/src/src/main/java/jline/
UnixTerminal.java 41 private String ttyProps;
236 if (ttyProps == null || System.currentTimeMillis() - ttyPropsLastFetched > 1000) {
237 ttyProps = stty("-a");
244 for (StringTokenizer tok = new StringTokenizer(ttyProps, ";\n");
  /external/jline/
jline-1.0.jar 

Completed in 45 milliseconds