-
Home
-
API
-
XenoAtom.Terminal
-
TerminalReadLineOptions
TerminalReadLineOptions Class
Definition
Show inherited members (7)
[NullableContext((byte)2)]
[Nullable((byte)0)]
public sealed class TerminalReadLineOptions
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.
Constructors (1)
Properties (24)
AddToHistoryAdds accepted lines to history when history is enabled.
EchoEchoes typed text to the terminal output.
EllipsisThe ellipsis string to show when truncation occurs.
EnableEditingEnables interactive line editing when supported (cursor movement, mid-line edits, history).
HistoryGets the history associated with this options instance.
KeyBindingsGets or sets the key bindings used by the interactive line editor.
KeyHandlerOptional key handler invoked before default editor handling.
PromptMarkupOptional function that returns prompt markup, written before the editable text.
UndoCapacityMaximum number of undo states kept by the interactive editor.
ViewWidthOptional maximum width (in terminal cells) reserved for the editable text region (excluding the prompt).