Home
last modified time | relevance | path

Searched refs:bgcol (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-2.7.6/include/shell/
Dshell_types.h30 enum shell_vt100_color bgcol; /* Background color. */ member
/Zephyr-Core-2.7.6/subsys/shell/
Dshell_ops.c422 (shell->ctx->vt100_ctx.col.bgcol == bgcolor)) { in vt100_bgcolor_set()
429 shell->ctx->vt100_ctx.col.bgcol = bgcolor; in vt100_bgcolor_set()
460 vt100_bgcolor_set(shell, color->bgcol); in z_shell_vt100_colors_restore()