Home
last modified time | relevance | path

Searched refs:DELETE_PREV_CHAR (Results 1 – 7 of 7) sorted by relevance

/external/jline/src/src/main/resources/jline/
Dkeybindings-mac.properties25 8: DELETE_PREV_CHAR
62 127: DELETE_PREV_CHAR
Dkeybindings.properties25 8: DELETE_PREV_CHAR
Dwindowsbindings.properties26 8: DELETE_PREV_CHAR
/external/jline/src/src/main/java/jline/
DConsoleOperations.java170 final short DELETE_PREV_CHAR = -41; field
DConsoleReader.java70 names.put("DELETE_PREV_CHAR", new Short(DELETE_PREV_CHAR));
549 case DELETE_PREV_CHAR: in readLine()
627 case DELETE_PREV_CHAR: // backspace in readLine()
/external/jline/src/src/test/java/jline/
DJLineTestCase.java97 return append(getKeyForAction(ConsoleReader.DELETE_PREV_CHAR)); in back()
DConsoleReaderTest.java30 .getKeyForAction(ConsoleReader.DELETE_PREV_CHAR)); in testDeleteAndBackspaceKeymappings()