Searched refs:fg_bright (Results 1 – 1 of 1) sorted by relevance
1410 char fg_bright = -1, bg_bright = -1; in uv__tty_set_style() local1417 fg_bright = uv_tty_default_fg_bright; in uv__tty_set_style()1429 fg_bright = uv_tty_default_fg_bright; in uv__tty_set_style()1435 fg_bright = 1; in uv__tty_set_style()1439 fg_bright = 0; in uv__tty_set_style()1452 fg_bright = 0; in uv__tty_set_style()1469 fg_bright = uv_tty_default_fg_bright; in uv__tty_set_style()1482 fg_bright = 1; in uv__tty_set_style()1493 if (fg_color == -1 && bg_color == -1 && fg_bright == -1 && in uv__tty_set_style()1515 if (fg_bright != -1) { in uv__tty_set_style()[all …]