On this page
io.github.libtmux.Buffers.Buffers
- Module
- io.github.libtmux.Buffers
- Package
- io.github.libtmux:libtmux
- Source
- libtmux/src/main/java/io/github/libtmux/Buffers.java
-
The tmux server's paste buffers.
<p>Buffers are the server's, not a session's: anything copied in one session can be pasted into another. They are addressed by name rather than by the stack position tmux also accepts, because a position moves whenever anything else is copied.
8 declared, 0 inherited
Members
- EXACT_NAMED_DELETE attribute
- Buffers method
- delete method Removes a buffer by its exact name.
- list method Every buffer the server holds, in tmux's order.
- load method Reads a file into a named buffer.
- save method Writes a buffer's contents to a file.
- set method Puts text in a named buffer, replacing whatever was there.
- show method What a buffer holds.