io.github.libtmux.Window.Window.refresh
- 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
- Python Ruby Lua TypeScriptRustGo.NETC++ Swift
-
Takes a new capture and returns this winlink as it is now.
- Raises
-
-
ObjectDoesNotExistException – if this window is no longer linked here, from a server that still answers
-
ServerNotRunningException – if no daemon is running
-
In other ports Read a window again
- Python
libtmux.Window.refresh - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript
window.Window.refreshed - Rust
window.Window.refresh - Go
tmux.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
0 declared, 0 inherited