Home
last modified time | relevance | path

Searched refs:DELETE_NEXT_CHAR (Results 1 – 5 of 5) sorted by relevance

/external/jline/src/src/main/java/jline/
DConsoleOperations.java240 final short DELETE_NEXT_CHAR = -56; field
DConsoleReader.java85 names.put("DELETE_NEXT_CHAR", new Short(DELETE_NEXT_CHAR));
631 case DELETE_NEXT_CHAR: // delete in readLine()
/external/jline/src/src/main/resources/jline/
Dkeybindings.properties68 127: DELETE_NEXT_CHAR
Dwindowsbindings.properties68 127: DELETE_NEXT_CHAR
/external/jline/src/src/test/java/jline/
DConsoleReaderTest.java28 .getKeyForAction(ConsoleReader.DELETE_NEXT_CHAR)); in testDeleteAndBackspaceKeymappings()