Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/shell/
Dshell_types.h31 enum shell_vt100_color bgcol; /*!< Background color. */ member
/Zephyr-latest/subsys/shell/
Dshell_ops.c472 (sh->ctx->vt100_ctx.col.bgcol == bgcolor)) { in vt100_bgcolor_set()
476 sh->ctx->vt100_ctx.col.bgcol = bgcolor; in vt100_bgcolor_set()
512 vt100_bgcolor_set(sh, color->bgcol); in z_shell_vt100_colors_restore()