13#ifndef ZEPHYR_INCLUDE_SHELL_SHELL_TYPES_H_
14#define ZEPHYR_INCLUDE_SHELL_SHELL_TYPES_H_
48struct shell_vt100_colors {
53struct shell_multiline_cons {
63struct shell_vt100_ctx {
64 struct shell_multiline_cons cons;
65 struct shell_vt100_colors col;
shell_vt100_color
Text colors available for shell output.
Definition shell_types.h:27
@ SHELL_VT100_COLOR_WHITE
White.
Definition shell_types.h:35
@ SHELL_VT100_COLOR_DEFAULT
Terminal default foreground color.
Definition shell_types.h:37
@ SHELL_VT100_COLOR_BLACK
Black.
Definition shell_types.h:28
@ SHELL_VT100_COLOR_CYAN
Cyan.
Definition shell_types.h:34
@ SHELL_VT100_COLOR_RED
Red.
Definition shell_types.h:29
@ SHELL_VT100_COLOR_MAGENTA
Magenta.
Definition shell_types.h:33
@ SHELL_VT100_COLOR_GREEN
Green.
Definition shell_types.h:30
@ SHELL_VT100_COLOR_BLUE
Blue.
Definition shell_types.h:32
@ SHELL_VT100_COLOR_YELLOW
Yellow.
Definition shell_types.h:31
__UINT8_TYPE__ uint8_t
Definition stdint.h:88
__UINT16_TYPE__ uint16_t
Definition stdint.h:89