- Module
- io.github.libtmux.Window
- Declared in
- Window
- Package
- io.github.libtmux:libtmux
- Source
- libtmux/src/main/java/io/github/libtmux/Window.java
- Other languages
- PythonRubyLuaTypeScriptRustGo.NETC++Swift
-
Renames this window and returns its replacement capture.
Retain the result to read the changed name. This handle keeps its original captured state.
A
:or.is kept as written on every supported release but 3.7, which refuses the name. A kept delimiter cannot then address the window, since a target splits on both. Unlike a session name, a window name is never rewritten.In other ports Rename a window
- Python
libtmux.Window.rename_window - Ruby
LibTmux::Window#rename - Lua
libtmux.Window:rename - TypeScript
window.Window.rename - Rust
window.Window.rename - Go
tmux.Window.Rename - .NET
LibTmux.Window.RenameAsync - C++
libtmux::Window::rename - Swift
Server.rename(_:to:)
- Python
0 declared, 0 inherited