The latest development version of this page may be more current than this released 2.7.5 version.

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 subsys/shell/Kconfig:127

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