- Module
- pane
- Declared in
- Pane
- Package
- libtmux
- Source
- packages/libtmux/src/pane.ts
- Other languages
- Python Ruby LuaRustGoJava.NETC++Swift
-
Set this pane's title.
The title is what
#{pane_title}reports and what apane-border-formatdraws; a program running in the pane can also set it through the terminal, so it is not solely the caller's to own.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 - Rust
pane.Pane.set_title - Go
tmux.Pane.SetTitle - Java
io.github.libtmux.Pane.Pane.retitle - .NET
LibTmux.Pane.SetTitleAsync - C++
libtmux::Pane::set_title - Swift
Server.setTitle(_:of:)
- Python
Examples
await pane.setTitle("build");>>> pane.set_title('my-title')Pane(...)>>> pane.pane_title'my-title'0 declared, 0 inherited