On this page
limits.ControlLimits
- Module
- limits
- Package
- libtmux
- Source
- crates/libtmux/src/limits.rs
6 declared, 0 inherited
Members
- max_block_bytes attribute
- max_line_bytes attribute
- DEFAULT_BLOCK_BYTES constant 64 MiB for one
%begin/%endblock, which is a whole command's answer rather than one line. - DEFAULT_LINE_BYTES constant 8 MiB for one line. A pane printing a single enormous line is the realistic way to reach this, and it is well past anything a terminal displays.
- block_bytes method
- line_bytes method