- Module
- window
- Declared in
- Window
- Package
- libtmux
- Source
- crates/libtmux/src/window.rs
- Other languages
- PythonTypeScriptGoJava.NETC++ Swift
-
Replace this handle's snapshot with the window's current state.
The handle keeps following the same link, so a window that moved to a different index in the same session is found at its new index.
Errors
Returns
Error::ObjectGonewhen this session no longer links the window, or a listing error when tmux could not be read.In other ports Read a window again
- Python
libtmux.Window.refresh - TypeScript
window.Window.refreshed - Go
tmux.Window.Refresh - Java
io.github.libtmux.Window.Window.refresh - .NET
LibTmux.Window.RefreshAsync - C++
libtmux::Window::refresh - Swift reads are snapshots;
Server.snapshot()takes a new one rather than refreshing a handle
- Python
0 declared, 0 inherited