On this page
window.Window.move_to
- Module
- window
- Declared in
- Window
- Package
- libtmux
- Source
- crates/libtmux/src/window.rs
-
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.
0 declared, 0 inherited