- Module
- pane
- Declared in
- Pane
- Package
- libtmux
- Source
- crates/libtmux/src/pane/observe.rs
- Other languages
- PythonTypeScriptGoJava.NETC++Swift
-
Capture the pane's visible contents, one entry per line.
Lines are
TmuxTextbecause a terminal's contents are arbitrary bytes, not guaranteed UTF-8.Errors
Returns an error when tmux refuses the command.
In other ports Read a pane’s visible contents
- Python
libtmux.Pane.capture_pane - TypeScript
pane.Pane.capture - Go
tmux.Pane.Capture - Java
io.github.libtmux.Pane.Pane.capture - .NET
LibTmux.Pane.CaptureAsync - C++
libtmux::Pane::capture - Swift
Server.capture(_:includingHistory:)
- Python
0 declared, 0 inherited