-
Home
-
API
-
XenoAtom.Terminal
-
TerminalReadLineCommand
TerminalReadLineCommand Enum
Definition
public enum TerminalReadLineCommand
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.
Fields (30)
CompleteRequests completion (typically Tab).
CursorEndMoves the cursor to the end of the line.
KillToEndKills text from the cursor to the end of the line (stores it in the internal kill buffer).
KillWordLeftKills one word to the left of the cursor (stores it in the internal kill buffer).
ReverseSearchStarts or continues reverse incremental history search.
UndoUndoes the last edit.