On this page
LibTmux.Pane.ResetAsync
- Module
- LibTmux
- Declared in
- Pane
- Package
- LibTmux
- Source
- src/LibTmux/Pane.Input.cs
- ResetAsync ( cancellationToken : CancellationToken ) Task<Pane>
-
Resets the pane's terminal state and drops its history.
Python groups the two tmux commands so nothing runs between them. This dispatches them in turn, because the transport carries one command per call and a trailing separator would reach tmux as data.
- Parameters
-
-
cancellationToken ( CancellationToken ) – Cancels the tmux commands.
-
- Returns
-
A replacement handle carrying the state afterwards.
0 declared, 0 inherited