tmux.Server.LoadBuffer
- Module
- tmux
- Declared in
- Server
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/server_buffers.go
- Other languages
- Python Ruby Lua TypeScript Rust Java .NETC++Swift
- 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. Exact "-" is rejected because it names tmux's stdin rather than a path;Server.LoadBufferFromstreams from anio.Reader, and this method is the one that runs over aConnection.In other ports Fill a paste buffer from a file
- Python
libtmux.Server.load_buffer - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript
server.Server.loadBuffer - Rust no equivalent on
Server - Java no equivalent on
Server - .NET
LibTmux.TmuxBuffers.LoadAsync - C++
libtmux::Server::load_buffer - Swift
Server.loadBuffer(from:named:)
- Python
0 declared, 0 inherited