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

  /external/jline/src/src/main/java/jline/
UnixTerminal.java 42 private long ttyPropsLastFetched;
236 if (ttyProps == null || System.currentTimeMillis() - ttyPropsLastFetched > 1000) {
238 ttyPropsLastFetched = System.currentTimeMillis();
  /external/jline/
jline-1.0.jar 

Completed in 991 milliseconds