CONFIG_SHELL_VT100_COMMANDS¶
Enable VT100 commands in shell
Type: bool
Help¶
Enables VT100 commands in shell (e.g. cursor position, clear screen etc.).
Default¶
y
Kconfig definition¶
At subsys/shell/Kconfig:127
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:45
Menu path: (Top) → Sub Systems and OS Services → Shell
config SHELL_VT100_COMMANDS
bool "Enable VT100 commands in shell"
default y
depends on SHELL
help
Enables VT100 commands in shell (e.g. cursor position, clear screen etc.).
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)