io.github.libtmux.Pane.Pane.refresh
- Module
- io.github.libtmux.Pane
- Declared in
- Pane
- Package
- io.github.libtmux:libtmux
- Source
- libtmux/src/main/java/io/github/libtmux/Pane.java
- Other languages
- Python Ruby Lua TypeScriptRustGo.NETC++ Swift
-
Takes a new capture and returns this pane as it is now.
This handle remains unchanged. Use the returned handle for subsequent state reads.
- Raises
-
-
ObjectDoesNotExistException – if the pane is gone from a server that still answers
-
ServerNotRunningException – if no daemon is running
-
In other ports Read a pane again
- Python
libtmux.Pane.refresh - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript
pane.Pane.refreshed - Rust
pane.Pane.refresh - Go
tmux.Pane.Refresh - .NET
LibTmux.Pane.RefreshAsync - C++
libtmux::Pane::refresh - Swift reads are snapshots;
Server.snapshot()takes a new one rather than refreshing a handle
0 declared, 0 inherited