Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

io.github.libtmux.Buffers.Buffers.set

Java
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
io.github.libtmux.Buffers
Declared in
Buffers
Package
io.github.libtmux:libtmux
Source
libtmux/src/main/java/io/github/libtmux/Buffers.java
set ( name : String , contents : String ) → void
method [source]
method [source]
set

Puts text in a named buffer, replacing whatever was there.

The contents end the options, because they are the one argument here tmux would otherwise read as flags: set("clip", "-nfoo") used to rename the buffer to foo and write nothing, and report success.

0 declared, 0 inherited

Esc

Type to search.