Home
last modified time | relevance | path

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

/libuv/src/win/
H A Dtty.c1399 char fg_bright = -1, bg_bright = -1; in uv__tty_set_style() local
1407 bg_bright = uv_tty_default_bg_bright; in uv__tty_set_style()
1419 bg_bright = uv_tty_default_bg_bright; in uv__tty_set_style()
1429 bg_bright = 0; in uv__tty_set_style()
1433 bg_bright = 1; in uv__tty_set_style()
1445 bg_bright = 0; in uv__tty_set_style()
1467 bg_bright = uv_tty_default_bg_bright; in uv__tty_set_style()
1476 bg_bright = 1; in uv__tty_set_style()
1483 bg_bright == -1 && inverse == -1) { in uv__tty_set_style()
1519 if (bg_bright != -1) { in uv__tty_set_style()
[all …]

Completed in 8 milliseconds