- Module
- LibTmux
- Declared in
- Pane
- Package
- LibTmux
- Source
- src/LibTmux/Pane.Topology.cs
- Other languages
- Python Ruby LuaTypeScriptRustGoJavaC++Swift
- 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.
In other ports Set a pane's title
- Python
libtmux.Pane.set_title - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua
libtmux.Pane:set_title - TypeScript
pane.Pane.setTitle - Rust
pane.Pane.set_title - Go
tmux.Pane.SetTitle - Java
io.github.libtmux.Pane.Pane.retitle - C++
libtmux::Pane::set_title - Swift
Server.setTitle(_:of:)
0 declared, 0 inherited