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

LibTmux.Pane.SendTextAsync

.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
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
  • LibTmuxException – Text 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.