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

io.github.libtmux.ServerConfig.ServerConfig.endpointCommand

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.ServerConfig
Declared in
ServerConfig
Package
io.github.libtmux:libtmux
Source
libtmux/src/main/java/io/github/libtmux/ServerConfig.java
endpointCommand ( ) → List<String>
method [source]
method [source]
endpointCommand

The argv prefix every command on this server begins with: the binary, -u, the server selection, and the config file if one was pinned.

-u says this client reads UTF-8. Without it tmux decides from LC_ALL, LC_CTYPE and LANG, and a client it judges not to be UTF-8 has every non-ASCII character in every reply replaced with _ before it is sent — so a session named café reads back as caf_, and a pane's directory becomes a path that does not exist. The flag is in tmux's option string on every supported release.

Deliberately the flag rather than LC_ALL in the child's environment, which would reach the same conclusion and then be inherited by every pane the server spawns from this client.

0 declared, 0 inherited

Esc

Type to search.