On this page
libtmux::Server::set_buffer
- Module
- libtmux
- Declared in
- Server
- Package
- libtmux-cxx
- Source
- include/libtmux/server.hpp
- set_buffer ( name : std::string_view , data : std::string_view ) expected< void, CommandFailure >
-
Put text in a named buffer, replacing what was there.
An empty name lets tmux choose one, which is what a caller copying without caring about the name wants.
0 declared, 0 inherited