Class DeletePrevChar
java.lang.Object
org.aesh.readline.action.mappings.DeletePrevChar
- All Implemented Interfaces:
Consumer<InputProcessor>, Action
Action that deletes the character before the cursor (backspace).
- Author:
- Ståle W. Pedersen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(InputProcessor inputProcessor) Executes this action on the given input processor.name()Returns the name of this action.
-
Constructor Details
-
DeletePrevChar
public DeletePrevChar()Creates a new DeletePrevChar action.
-
-
Method Details