:orphan: .. title:: SHELL_DEFAULT_TERMINAL_WIDTH .. option:: CONFIG_SHELL_DEFAULT_TERMINAL_WIDTH *Default terminal width* Type: ``int`` Help ==== Default terminal width is used to break lines. Direct dependencies =================== \ :option:`SHELL ` *(Includes any dependencies from ifs and menus.)* Default ======= - 80 Kconfig definition ================== .. highlight:: kconfig At ``subsys/shell/Kconfig:51`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:41`` Menu path: (Top) → Sub Systems and OS Services → Shell .. parsed-literal:: config SHELL_DEFAULT_TERMINAL_WIDTH int "Default terminal width" default 80 depends on \ :option:`SHELL ` help Default terminal width is used to break lines. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*