ifg 176 lib/tty/color-ncurses.c int ifg, ibg, attr; ifg 178 lib/tty/color-ncurses.c ifg = mc_color_pair->fg; ifg 185 lib/tty/color-ncurses.c if (ifg >= 8 && ifg < 16) ifg 187 lib/tty/color-ncurses.c ifg &= 0x07; ifg 198 lib/tty/color-ncurses.c init_pair (mc_color_pair->pair_index, ifg, ibg); ifg 156 lib/tty/color.c int ifg, ibg, attr; ifg 159 lib/tty/color.c ifg = tty_color_get_index_by_name (is_base ? tty_color_defaults.fg : color->fg); ifg 165 lib/tty/color.c color_pair = g_strdup_printf ("%d.%d.%d", ifg, ibg, attr); ifg 186 lib/tty/color.c mc_color_pair->fg = ifg;