HomeSort by relevance Sort by last modified time
    Searched refs:jline (Results 26 - 34 of 34) sorted by null

12

  /external/jline/src/src/main/java/jline/
WindowsTerminal.java 7 package jline; package
11 import jline.UnixTerminal.ReplayPrefixOneCharInputStream;
34 * the <code>jline.WindowsTerminal.directConsole</code> system property
192 String encoding = System.getProperty("jline.WindowsTerminal.input.encoding", System.getProperty("file.encoding"));
197 String dir = System.getProperty("jline.WindowsTerminal.directConsole");
240 loadLibrary("jline");
281 // extract the embedded jline.dll file from the jar and save
303 // jline.dll file if there is another process using the DLL.
452 * UTF-8 support to JLine
ANSIBuffer.java 7 package jline; package
CandidateListCompletionHandler.java 7 package jline; package
ClassNameCompletor.java 7 package jline; package
UnixTerminal.java 7 package jline; package
45 System.getProperty("jline.sttyCommand", "stty");
327 * to "stty", or the value of the system property "jline.sttyCommand".
335 * to "stty", or the value of the system property "jline.sttyCommand".
366 * UTF-8 support to JLine
ConsoleReader.java 7 package jline; package
115 "jline.completion.threshold", 100).intValue(); // same default as
160 System.getProperty("jline.WindowsTerminal.output.encoding", System.getProperty("file.encoding")))));
196 String bindingFile = System.getProperty("jline.keybindings",
    [all...]
  /external/jline/src/src/test/java/jline/
ConsoleReaderTest.java 1 package jline; package
17 System.setProperty("jline.WindowsTerminal.directConsole", "false");
TestHistory.java 7 package jline; package
TestEditLine.java 7 package jline; package

Completed in 476 milliseconds

12