On this page
LibTmux.CommandPromptRequest
- Module
- LibTmux
- Package
- LibTmux
- Source
- src/LibTmux/Requests/CommandPromptRequest.cs
-
Describes one
command-promptinvocation.
14 declared, 0 inherited
Members
- CommandPromptRequest method Initializes a command prompt.
- BackspaceExits property Gets whether backspace on an empty prompt closes it.
- ExpandFormat property Gets whether the template is expanded as a format.
- Inputs property Gets the answer the prompt starts with.
- KeyOnly property Gets whether the answer is the key itself rather than text.
- Literal property Gets whether the answer is taken literally.
- NoFreeze property Gets whether the client keeps redrawing while prompting.
- Numeric property Gets whether only digits are accepted.
- OneKey property Gets whether one keypress answers it.
- OnInputChange property Gets whether the command runs on every keystroke.
- Prompt property Gets the text shown to the person answering.
- TargetClient property Gets the client to prompt, or null for the caller's own.
- Template property Gets the command to run, with the answer substituted in.
- Type property Gets what the prompt is asking for.