Skip to content

ccusage / _consts / BLOCKS_DEFAULT_TERMINAL_WIDTH

Variable: BLOCKS_DEFAULT_TERMINAL_WIDTH

ts
const BLOCKS_DEFAULT_TERMINAL_WIDTH: 120 = 120;

Default terminal width when stdout.columns is not available in blocks command Used as fallback for responsive table formatting

Released under the MIT License.