io.github.libtmux.Pane.Pane.retitle
- Module
- io.github.libtmux.Pane
- Declared in
- Pane
- Package
- io.github.libtmux:libtmux
- Source
- libtmux/src/main/java/io/github/libtmux/Pane.java
- Other languages
- Python Ruby LuaTypeScriptRustGo.NETC++Swift
-
Retitles this pane and returns its replacement capture.
Retain the result to read the changed title. This handle keeps its original captured state.
A program running in the pane can set its own title through an escape sequence, and tmux reports that one instead. This says what the title is now, not what it will stay.
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 - .NET
LibTmux.Pane.SetTitleAsync - C++
libtmux::Pane::set_title - Swift
Server.setTitle(_:of:)
- Python
0 declared, 0 inherited