- Module
- tmux
- Declared in
- Pane
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/pane_geometry.go
- Other languages
- Python Ruby LuaTypeScriptRustJava.NETC++Swift
-
SetTitle sets the title of the receiver's exact linked pane. tmux expands format expressions in title; the value is not a shell command. SetTitle then refreshes by PaneID, so the returned canonical
Panemay carry a different linked-session or winlink context. If the mutation is accepted but refresh fails, SetTitle returns the original receiver with that error.Completed stderr produces a redacted
CommandError; nonzero exits without stderr are followed by refresh. Transport errors return zero and are delivery-ambiguous.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 - Java
io.github.libtmux.Pane.Pane.retitle - .NET
LibTmux.Pane.SetTitleAsync - C++
libtmux::Pane::set_title - Swift
Server.setTitle(_:of:)
- Python
0 declared, 0 inherited