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

mcp.model.PasteTextArgs

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

API reference · Markdown

struct mcp.model.PasteTextArgs
struct [source]
struct [source]
struct mcp.model.PasteTextArgs

Arguments for putting text into a pane without typing it.

Members

pane

pane : String
attribute [source]
attribute [source]
pane

The %-prefixed pane to paste into.

text

text : String
attribute [source]
attribute [source]
text

The text to deliver.

enter

enter : bool
attribute [source]
attribute [source]
enter

Whether to append Enter to the same paste block.

Esc

Type to search.