On this page
server.Server.setBuffer
- Module
- server
- Declared in
- Server
- Package
- @libtmux/libtmux
- Source
- packages/libtmux/src/server.ts
-
Put a string into a named paste buffer.
Empty data stores nothing. tmux exits zero for
set-buffer -b name ""and creates no buffer at all, so the name a caller thinks they just wrote is absent — and they learn that from whatever reads it next, which points at the wrong call. Check before storing content that may be empty.Examples
await server.setBuffer("greeting", "hello");
0 declared, 0 inherited