ibg 88 lib/tty/color-ncurses.c get_ncurses_color_pair (int ifg, int ibg) ibg 94 lib/tty/color-ncurses.c color_pair_str = g_strdup_printf ("%d.%d", ifg, ibg); ibg 105 lib/tty/color-ncurses.c init_pair_ret = init_extended_pair (*ncurses_color_pair, ifg, ibg); ibg 107 lib/tty/color-ncurses.c init_pair_ret = init_pair (*ncurses_color_pair, ifg, ibg); ibg 181 lib/tty/color-ncurses.c int ifg, ibg, attr; ibg 184 lib/tty/color-ncurses.c ibg = mc_color_pair->bg; ibg 197 lib/tty/color-ncurses.c if (ibg >= 8 && ibg < 16) ibg 199 lib/tty/color-ncurses.c ibg &= 0x07; ibg 212 lib/tty/color-ncurses.c if (ibg >= 0 && (ibg & FLAG_TRUECOLOR) != 0) ibg 214 lib/tty/color-ncurses.c ibg &= ~FLAG_TRUECOLOR; ibg 215 lib/tty/color-ncurses.c if (ibg <= overlay_colors) ibg 216 lib/tty/color-ncurses.c ibg += (1 << 16); ibg 219 lib/tty/color-ncurses.c const int ncurses_color_pair = get_ncurses_color_pair (ifg, ibg); ibg 147 lib/tty/color.c int ifg, ibg, attr; ibg 150 lib/tty/color.c ibg = tty_color_get_index_by_name (color->bg); ibg 153 lib/tty/color.c color_pair = g_strdup_printf ("%d.%d.%d", ifg, ibg, attr); ibg 171 lib/tty/color.c if ((ibg & FLAG_TRUECOLOR) == 0) ibg 172 lib/tty/color.c ibg = convert_256color_to_truecolor (ibg); ibg 184 lib/tty/color.c mc_color_pair->bg = ibg;