:orphan: .. title:: CONFIG_SHELL_VT100_COMMANDS .. kconfig:: CONFIG_SHELL_VT100_COMMANDS CONFIG_SHELL_VT100_COMMANDS ########################### *Enable VT100 commands in shell* Type: ``bool`` Help ==== .. code-block:: none Enables VT100 commands in shell (e.g. cursor position, clear screen etc.). Direct dependencies =================== \ :kconfig:`SHELL ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/shell/Kconfig:127`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:45`` Menu path: (Top) → Sub Systems and OS Services → Shell .. code-block:: kconfig 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.)*