Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

LibTmux.CommandPromptRequest

.NET
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
LibTmux
Package
LibTmux
Source
src/LibTmux/Requests/CommandPromptRequest.cs
struct LibTmux.CommandPromptRequest
struct [source]
struct [source]
struct LibTmux.CommandPromptRequest

Describes one command-prompt invocation.

15 declared, 0 inherited

Members

  • BackspaceExits property Gets whether backspace on an empty prompt closes it.
  • CommandPromptRequest method Initializes a command prompt.
  • 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.
  • ToCommand method Returns a prompt request as one tmux command.
  • Type property Gets what the prompt is asking for.
Esc

Type to search.