- Module
- libtmux
- Declared in
- Pane
- Package
- libtmux-cxx
- Source
- include/libtmux/entities.hpp
- Other languages
- Python Ruby LuaTypeScriptRustGoJava.NETSwift
- set_title ( title : std::string_view ) expected< void, CommandFailure >
-
Name this pane.
The title is what
#{pane_title}reports and what a status line can show; it survives the process being replaced.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 - Java
io.github.libtmux.Pane.Pane.retitle - .NET
LibTmux.Pane.SetTitleAsync - Swift
Server.setTitle(_:of:)
- Python
0 declared, 0 inherited