libtmux Reference MCP Search
On this page

server.Server.buffer_names

View as Markdown

Module
server
Declared in
Server
Package
libtmux
Source
crates/libtmux/src/server.rs
buffer_names ( self ) Result<Vec<String>, Error>
method [source]
method [source]
buffer_names

List the paste buffer names.

A name containing a newline cannot be told apart from two names, because tmux separates them with newlines and offers no framed form for this listing. Names come from Server::set_buffer , so a caller that avoids newlines avoids the ambiguity.

Errors

Returns an error when tmux refuses the listing.

0 declared, 0 inherited

Esc

Type to search.