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