- Module
- LibTmux
- Declared in
- Window
- Package
- LibTmux
- Source
- src/LibTmux/Window.Lifecycle.cs
- Other languages
- PythonRubyLuaTypeScriptRustGoJavaC++Swift
- RenameAsync ( name : string , cancellationToken : CancellationToken ) Task<Window>
-
Renames this window.
tmux expands the name as a format, so a
#in it does not survive verbatim.- Parameters
-
-
name ( string ) – The new name.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
- Returns
-
A replacement handle carrying the new name.
In other ports Rename a window
- Python
libtmux.Window.rename_window - Ruby
LibTmux::Window#rename - Lua
libtmux.Window:rename - TypeScript
window.Window.rename - Rust
window.Window.rename - Go
tmux.Window.Rename - Java
io.github.libtmux.Window.Window.rename - C++
libtmux::Window::rename - Swift
Server.rename(_:to:)
0 declared, 0 inherited