On this page
io.github.libtmux.batch.Batch.Batch.length
- Module
- io.github.libtmux.batch.Batch
- Declared in
- Batch
- Package
- io.github.libtmux:libtmux
- Source
- libtmux/src/main/java/io/github/libtmux/batch/Batch.java
-
How many bytes the collected operations come to as the one command tmux parses.
<p>tmux packs a command into MAX_IMSGSIZE, 16384 bytes, and refuses a longer one with
command too long; measured, it takes about 16300 of them. A batch taken from a handle travels as this one string plus the guard that fences it, so it costs this and a little more. One dispatched as separate arguments costs less, since nothing there is quoted.
0 declared, 0 inherited