last_fg 960 src/editor/syntax.c char last_fg[BUF_TINY / 2] = ""; last_fg 1136 src/editor/syntax.c g_strlcpy (last_fg, color.fg != NULL ? color.fg : "", sizeof (last_fg)); last_fg 1201 src/editor/syntax.c color.fg = last_fg;