- Module
- libtmux
- Declared in
- Pane
- Package
- libtmux
- Source
- lua/libtmux/_internal/entity.lua
- Other languages
- Python Ruby TypeScriptRustGoJava.NETC++Swift
- set_title ( text : string , options : libtmux.PaneOptions? = nil ) libtmux.Request<boolean>
-
Discussed in Pane operations
In other ports Set a pane's title
- Python
libtmux.Pane.set_title - Ruby No source-verified Ruby equivalent is recorded for this operation.
- TypeScript
pane.Pane.setTitle - 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
0 declared, 0 inherited