On this page
io.github.libtmux.internal.CommandStrings.CommandStrings.arguments
- Module
- io.github.libtmux.internal.CommandStrings
- Declared in
- CommandStrings
- Package
- io.github.libtmux:libtmux
- Source
- libtmux/src/main/java/io/github/libtmux/internal/CommandStrings.java
-
Several commands as the flat argv tmux's own argv parser reads.
<p>tmux ends a command at an argument whose last byte is
;, and keeps the semicolon instead when a backslash precedes it, so an argument ending in one is escaped here and a bare;separates commands.
0 declared, 0 inherited