CONFIG_SHELL_VT100_COMMANDS

Enable VT100 commands in shell

Type: bool

Help

Enables VT100 commands in shell (e.g. cursor position, clear screen etc.).

Direct dependencies

SHELL

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At <Zephyr>/subsys/shell/Kconfig:114

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/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.)