- Module
- window
- Declared in
- Window
- Package
- libtmux
- Source
- crates/libtmux/src/window.rs
- Other languages
- PythonTypeScriptGoJava.NETC++Swift
-
Move this window to an index, possibly in another session.
The destination is a session and an index rather than a target string, because those are the two things tmux needs and a string could express neither or both.
Errors
Returns
Error::ServerMismatchwhensessionbelongs to another server, or an error when the destination is occupied or absent.In other ports Move a window to another session or index
- Python
libtmux.Window.move_window - TypeScript
window.Window.move - Go
tmux.Window.Move - Java
io.github.libtmux.Window.Window.moveTo - .NET
LibTmux.Window.MoveAsync - C++
libtmux::Window::move_to - Swift
Server.move(_:to:at:)
- Python
0 declared, 0 inherited