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
- Module
- io.github.libtmux.ServerConfig
- Declared in
- ServerConfig
- Package
- io.github.libtmux:libtmux
- Source
- libtmux/src/main/java/io/github/libtmux/ServerConfig.java
-
The argv prefix every command on this server begins with: the binary,
-u, the server selection, and the config file if one was pinned.-usays this client reads UTF-8. Without it tmux decides fromLC_ALL,LC_CTYPEandLANG, 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 namedcaféreads back ascaf_, 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_ALLin 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