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

server.Server.setGlobalOption

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

View as Markdown

Module
server
Declared in
Server
Package
libtmux
Source
packages/libtmux/src/server.ts
Other languages
Python Ruby Lua Rust Go Java .NET C++ Swift
setGlobalOption ( scope : : "session" | "window" , name : : string , value : : string , options : : SetOptionOptions ) → Promise<void>
method [source]
method [source]
setGlobalOption

Set a default every session or window inherits.

Examples

await server.setGlobalOption("session", "history-limit", "50000");
In other ports Set a default every session inherits
  • Python no equivalent on Server
  • Ruby No source-verified Ruby equivalent is recorded for this operation.
  • Lua No source-verified Lua equivalent is recorded for this operation.
  • Rust server.Server.set_global_option
  • Go no equivalent on Server
  • Java no equivalent on Server
  • .NET no equivalent on Server
  • C++ libtmux::Server::set_global_option
  • Swift no equivalent on Server

0 declared, 0 inherited

Esc

Type to search.