-
CONFIG_SHELL_CMDS_RESIZE
¶
Enable resize command
Type: bool
Help¶
By default shell assumes width of a terminal screen set to 80 characters. Each time terminal screen width is changed resize command must be called to ensure correct text display on the terminal screen. The resize command can be turned off to save code memory (~0,5k).
Defaults¶
- “y” if
SHELL_CMDS
&&SHELL
Kconfig definition¶
At subsys/shell/Kconfig:135
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:26
Menu path: (top menu) → Shell Options → Enable shell
config SHELL_CMDS_RESIZE bool prompt "Enable resize command" ifSHELL_CMDS
&&SHELL
default "y" ifSHELL_CMDS
&&SHELL
depends onSHELL_CMDS
&&SHELL
help By default shell assumes width of a terminal screen set to 80 characters. Each time terminal screen width is changed resize command must be called to ensure correct text display on the terminal screen. The resize command can be turned off to save code memory (~0,5k).
(Definitions include propagated dependencies, including from if’s and menus.)