Struct tmux_interface::commands::windows_and_panes::capture_pane::CapturePane[][src]

pub struct CapturePane<'a>(pub TmuxCommand<'a>);
Expand description

Manual

tmux ^3.1:

tmux capture-pane [-aepPqCJN] [-b buffer-name] [-E end-line] [-S start-line] [-t target-pane]
(alias: capturep)

tmux ^2.4:

tmux capture-pane [-aepPqCJ] [-b buffer-name] [-E end-line] [-S start-line] [-t target-pane]
(alias: capturep)

tmux ^1.8:

tmux capture-pane [-aepPq] [-b buffer-name] [-E end-line] [-S start-line] [-t target-pane]
(alias: capturep)

tmux ^1.5:

tmux capture-pane [-b buffer-index] [-E end-line] [-S start-line] [-t target-pane]
(alias: capturep)

tmux ^1.2:

tmux capture-pane [-b buffer-index] [-t target-pane]
(alias: capturep)

Tuple Fields

0: TmuxCommand<'a>

Implementations

[-a] - the alternate screen is used, and the history is not accessible

[-e] - the output includes escape sequences for text and background attributes

[-p] - the output goes to stdout

[-P] - capture only any output that the pane has received that is the beginning of an as-yet incomplete escape sequence

[-q] - quite

[-C] - escape non-printable characters as octal \xxx

[-J] - preserve trailing spaces and joins any wrapped lines

[-b buffer-name] - buffer-name

[-E end-line] - specify the ending line number

[-S start-line] - specify the starting line number

[-t target-pane] - specify target-pane

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Performs the conversion.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.