On this page
limits.OutputLimits
- Module
- limits
- Package
- libtmux
- Source
- crates/libtmux/src/limits.rs
6 declared, 0 inherited
Members
- max_stderr_bytes attribute
- max_stdout_bytes attribute
- DEFAULT_STDERR_BYTES constant 1 MiB of stderr. tmux's errors are one line; anything approaching this is a runaway rather than a message.
- DEFAULT_STDOUT_BYTES constant 32 MiB of stdout, which is more history than a pane usually holds.
- stderr_bytes method
- stdout_bytes method