- Declared in
- Server
- Package
- libtmux-swift
- Source
- Sources/LibTmux/PaneInteraction.swift
- Other languages
- PythonRubyLuaTypeScriptRustGoJava.NETC++
-
-
The pane's visible contents, one line per row. The source read is capped at 1 MiB; use incremental capture for a large scrollback instead of collecting its entire history.
- Parameters:
- pane: the pane to read.
- includingHistory: reads the scrollback too, from its start.
- Raises
In other ports Read a pane’s visible contents
- Python
libtmux.Pane.capture_pane - Ruby
LibTmux::Pane#capture - Lua
libtmux.Pane:capture - TypeScript
pane.Pane.capture - Rust
pane.Pane.capture - Go
tmux.Pane.Capture - Java
io.github.libtmux.Pane.Pane.capture - .NET
LibTmux.Pane.CaptureAsync - C++
libtmux::Pane::capture
- Parameters:
0 declared, 0 inherited