ifg 88 lib/tty/color-ncurses.c get_ncurses_color_pair (int ifg, int ibg) ifg 94 lib/tty/color-ncurses.c color_pair_str = g_strdup_printf ("%d.%d", ifg, ibg); ifg 105 lib/tty/color-ncurses.c init_pair_ret = init_extended_pair (*ncurses_color_pair, ifg, ibg); ifg 107 lib/tty/color-ncurses.c init_pair_ret = init_pair (*ncurses_color_pair, ifg, ibg); ifg 181 lib/tty/color-ncurses.c int ifg, ibg, attr; ifg 183 lib/tty/color-ncurses.c ifg = mc_color_pair->fg; ifg 191 lib/tty/color-ncurses.c if (ifg >= 8 && ifg < 16) ifg 193 lib/tty/color-ncurses.c ifg &= 0x07; ifg 205 lib/tty/color-ncurses.c if (ifg >= 0 && (ifg & FLAG_TRUECOLOR) != 0) ifg 207 lib/tty/color-ncurses.c ifg &= ~FLAG_TRUECOLOR; ifg 208 lib/tty/color-ncurses.c if (ifg <= overlay_colors) ifg 209 lib/tty/color-ncurses.c ifg += (1 << 16); ifg 219 lib/tty/color-ncurses.c const int ncurses_color_pair = get_ncurses_color_pair (ifg, ibg); ifg 147 lib/tty/color.c int ifg, ibg, attr; ifg 149 lib/tty/color.c ifg = tty_color_get_index_by_name (color->fg); ifg 153 lib/tty/color.c color_pair = g_strdup_printf ("%d.%d.%d", ifg, ibg, attr); ifg 168 lib/tty/color.c if ((ifg & FLAG_TRUECOLOR) == 0) ifg 169 lib/tty/color.c ifg = convert_256color_to_truecolor (ifg); ifg 183 lib/tty/color.c mc_color_pair->fg = ifg;