- Module
- pane
- Declared in
- Pane
- Package
- libtmux
- Source
- crates/libtmux/src/pane.rs
- Other languages
- PythonTypeScriptGoJava.NETC++ Swift
-
Replace this handle's snapshot with the pane's current state.
Errors
Returns
Error::ObjectGonewhen the pane no longer exists, or a listing error when tmux could not be read.In other ports Read a pane again
- Python
libtmux.Pane.refresh - TypeScript
pane.Pane.refreshed - Go
tmux.Pane.Refresh - Java
io.github.libtmux.Pane.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
- Python
0 declared, 0 inherited