io.github.libtmux.Buffers.Buffers.set
Java
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- io.github.libtmux.Buffers
- Declared in
- Buffers
- Package
- io.github.libtmux:libtmux
- Source
- libtmux/src/main/java/io/github/libtmux/Buffers.java
-
Puts text in a named buffer, replacing whatever was there.
The contents end the options, because they are the one argument here tmux would otherwise read as flags:
set("clip", "-nfoo")used to rename the buffer tofooand write nothing, and report success.
0 declared, 0 inherited