- Module
- LibTmux
- Declared in
- Window
- Package
- LibTmux
- Source
- src/LibTmux/Window.Links.cs
- Other languages
- Python Ruby LuaTypeScriptRustGoJavaC++Swift
- MoveAsync ( request : MoveWindowRequest , cancellationToken : CancellationToken ) Task<Window>
-
Moves this window to another index or session.
- Parameters
-
-
request ( MoveWindowRequest ) – Where the window goes.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
- Returns
-
A replacement handle carrying the state after the move.
In other ports Move a window to another session or index
- Python
libtmux.Window.move_window - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua
libtmux.WindowLink:move - TypeScript
window.Window.move - Rust
window.Window.move_to - Go
tmux.Window.Move - Java
io.github.libtmux.Window.Window.moveTo - C++
libtmux::Window::move_to - Swift
Server.move(_:to:at:)
0 declared, 0 inherited