libtmux Reference MCP Search
On this page

LibTmux.Pane.SendTextAsync

View as Markdown

Module
LibTmux
Declared in
Pane
Package
LibTmux
Source
src/LibTmux/Pane.Input.cs
SendTextAsync ( text : string , enter : bool , cancellationToken : CancellationToken ) Task
method [source]
method [source]
SendTextAsync

Types text into the pane.

Parameters
  • text ( string ) – The text to type.

  • enter ( bool ) – Whether Enter follows the text.

  • cancellationToken ( CancellationToken ) – Cancels the tmux commands.

Raises
  • LibTmuxExceptionText was sent, but Enter failed. Its dispatch state is unknown, so the whole request must not be retried.

Discussed in Pane interaction

0 declared, 0 inherited

Esc

Type to search.