Home
last modified time | relevance | path

Searched refs:fg_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
1406 fg_bright = uv_tty_default_fg_bright; in uv__tty_set_style()
1418 fg_bright = uv_tty_default_fg_bright; in uv__tty_set_style()
1424 fg_bright = 1; in uv__tty_set_style()
1428 fg_bright = 0; in uv__tty_set_style()
1441 fg_bright = 0; in uv__tty_set_style()
1458 fg_bright = uv_tty_default_fg_bright; in uv__tty_set_style()
1471 fg_bright = 1; in uv__tty_set_style()
1482 if (fg_color == -1 && bg_color == -1 && fg_bright == -1 && in uv__tty_set_style()
1504 if (fg_bright != -1) { in uv__tty_set_style()
[all …]

Completed in 10 milliseconds