libtmux Reference MCP Search
On this page

io.github.libtmux.CaptureSpec.CaptureSpec

View as Markdown

Module
io.github.libtmux.CaptureSpec
Package
io.github.libtmux:libtmux
Source
libtmux/src/main/java/io/github/libtmux/CaptureSpec.java
class io.github.libtmux.CaptureSpec.CaptureSpec
classreadonly [source]
classreadonly [source]
class io.github.libtmux.CaptureSpec.CaptureSpec

What part of a pane to read, and how.

<p>The shape SplitSpec uses. A plain Pane#capture() reads what is on screen; this is how to reach the scrollback above it, or to keep what tmux otherwise strips.

<p>Lines are numbered from the top of the visible area, so 0 is the first row on screen and negatives climb into the history. fromStartOfHistory() is the whole of what tmux kept.

<pre>List<String> everything = pane.capture(c -> c.fromStartOfHistory()); List<String> lastTen = pane.capture(c -> c.from(-10)); </pre>

3 declared, 0 inherited

Members

  • Builder class Collects the choices, each named for what it does rather than for the flag it sets.
  • argv method The command that reads the pane.
  • builder method A builder that reads what is on screen and nothing else.
Esc

Type to search.