On this page
tmux.Server.LoadBuffer
- Module
- tmux
- Declared in
- Server
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/server_buffers.go
- LoadBuffer ( ctx : context.Context , request : LoadBufferRequest ) error
-
LoadBuffer reads a file into a named or newly allocated buffer. Path follows
Server.SourceFile's current-user expansion and lexical normalization. It mutates tmux's destination buffer and rejects exact "-" because no process stdio is exposed.
0 declared, 0 inherited