tmux.Server.SaveBuffer
- 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
- SaveBuffer ( ctx : context.Context , request : SaveBufferRequest ) error
-
SaveBuffer writes a named or most-recent buffer to a file. Path follows
Server.SourceFile's current-user expansion and lexical normalization. It changes that file. Exact "-" is rejected because it names tmux's stdout rather than a path;Server.SaveBufferTostreams to anio.Writer, and this method is the one that runs over aConnection.In other ports Write a paste buffer to a file
- Python
libtmux.Server.save_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.saveBuffer - Rust no equivalent on
Server - Java no equivalent on
Server - .NET
LibTmux.TmuxBuffers.SaveAsync - C++
libtmux::Server::save_buffer - Swift
Server.saveBuffer(named:to:)
- Python
0 declared, 0 inherited