On this page
LibTmux.Pane.SendTextAsync
- Module
- LibTmux
- Declared in
- Pane
- Package
- LibTmux
- Source
- src/LibTmux/Pane.Input.cs
- SendTextAsync ( text : string , enter : bool , cancellationToken : CancellationToken ) Task
-
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