On this page
LibTmux.Pane.SetTitleAsync
- Module
- LibTmux
- Declared in
- Pane
- Package
- LibTmux
- Source
- src/LibTmux/Pane.Topology.cs
- SetTitleAsync ( title : string , cancellationToken : CancellationToken ) Task<Pane>
-
Sets this pane's title.
tmux expands the title as a format, so a
#in it does not survive verbatim.- Parameters
-
-
title ( string ) – The new title.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
- Returns
-
A replacement handle carrying the new title.
0 declared, 0 inherited