OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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