Files
source/Y/fg.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

49 lines
6.0 KiB
HTML

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>fg</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.11' />
<meta http-equiv='Content-Style-Type' content='text/css' />
<link rel='stylesheet' type='text/css' href='../style.css' />
</head>
<body>
<pre>
<span class='curline'><a href='../S/lib--skin--colors.c.html#L204'>fg</a> 204 lib/skin/colors.c mc_skin_color-&gt;fg = (items_count &gt; 0 &amp;&amp; values[0][0])</span>
<span class='curline'><a href='../S/lib--skin--colors.c.html#L206'>fg</a> 206 lib/skin/colors.c : (tmp != NULL) ? g_strdup (tmp-&gt;fg)</span>
<span class='curline'><a href='../S/lib--skin--colors.c.html#L234'>fg</a> 234 lib/skin/colors.c mc_skin_color-&gt;fg = g_strdup ("default");</span>
<span class='curline'><a href='../S/lib--skin--common.c.html#L59'>fg</a> 59 lib/skin/common.c g_free (mc_skin_color-&gt;fg);</span>
<span class='curline'><a href='../S/lib--tty--color-internal.h.html#L39'>fg</a> 39 lib/tty/color-internal.h int fg;</span>
<span class='curline'><a href='../S/lib--tty--color-ncurses.c.html#L156'>fg</a> 156 lib/tty/color-ncurses.c if (mc_color_pair-&gt;fg &lt;= (int) SPEC_A_REVERSE)</span>
<span class='curline'><a href='../S/lib--tty--color-ncurses.c.html#L158'>fg</a> 158 lib/tty/color-ncurses.c switch (mc_color_pair-&gt;fg)</span>
<span class='curline'><a href='../S/lib--tty--color-ncurses.c.html#L184'>fg</a> 184 lib/tty/color-ncurses.c ifg = mc_color_pair-&gt;fg;</span>
<span class='curline'><a href='../S/lib--tty--color-slang.c.html#L158'>fg</a> 158 lib/tty/color-slang.c if (mc_color_pair-&gt;fg &lt;= (int) SPEC_A_REVERSE)</span>
<span class='curline'><a href='../S/lib--tty--color-slang.c.html#L160'>fg</a> 160 lib/tty/color-slang.c switch (mc_color_pair-&gt;fg)</span>
<span class='curline'><a href='../S/lib--tty--color-slang.c.html#L184'>fg</a> 184 lib/tty/color-slang.c const char *fg, *bg;</span>
<span class='curline'><a href='../S/lib--tty--color-slang.c.html#L186'>fg</a> 186 lib/tty/color-slang.c fg = tty_color_get_name_by_index (mc_color_pair-&gt;fg);</span>
<span class='curline'><a href='../S/lib--tty--color-slang.c.html#L188'>fg</a> 188 lib/tty/color-slang.c SLtt_set_color (mc_color_pair-&gt;pair_index, (char *) "", (char *) fg, (char *) bg);</span>
<span class='curline'><a href='../S/lib--tty--color.c.html#L50'>fg</a> 50 lib/tty/color.c .fg = NULL, .bg = NULL, .attrs = NULL, .pair_index = 0</span>
<span class='curline'><a href='../S/lib--tty--color.c.html#L75'>fg</a> 75 lib/tty/color.c g_free (color-&gt;fg);</span>
<span class='curline'><a href='../S/lib--tty--color.c.html#L160'>fg</a> 160 lib/tty/color.c is_base = (color-&gt;fg == NULL || strcmp (color-&gt;fg, "base") == 0);</span>
<span class='curline'><a href='../S/lib--tty--color.c.html#L161'>fg</a> 161 lib/tty/color.c ifg = tty_color_get_index_by_name (is_base ? tty_color_defaults.fg : color-&gt;fg);</span>
<span class='curline'><a href='../S/lib--tty--color.c.html#L197'>fg</a> 197 lib/tty/color.c mc_color_pair-&gt;fg = ifg;</span>
<span class='curline'><a href='../S/lib--tty--color.c.html#L232'>fg</a> 232 lib/tty/color.c tty_color_defaults.fg = g_strdup (color-&gt;fg);</span>
<span class='curline'><a href='../S/lib--tty--color.h.html#L26'>fg</a> 26 lib/tty/color.h char *fg;</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L842'>fg</a> 842 src/editor/syntax.c if (color-&gt;fg != NULL &amp;&amp; *color-&gt;fg == '\0')</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L843'>fg</a> 843 src/editor/syntax.c color-&gt;fg = NULL;</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L847'>fg</a> 847 src/editor/syntax.c if (color-&gt;fg == NULL &amp;&amp; color-&gt;bg == NULL)</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L850'>fg</a> 850 src/editor/syntax.c if (color-&gt;fg != NULL)</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L852'>fg</a> 852 src/editor/syntax.c g_strlcpy (f, color-&gt;fg, sizeof (f));</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L856'>fg</a> 856 src/editor/syntax.c color-&gt;fg = f;</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L866'>fg</a> 866 src/editor/syntax.c if (color-&gt;fg == NULL || color-&gt;bg == NULL)</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L873'>fg</a> 873 src/editor/syntax.c if (color-&gt;fg == NULL)</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L881'>fg</a> 881 src/editor/syntax.c color-&gt;fg = f;</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1127'>fg</a> 1127 src/editor/syntax.c color.fg = *a;</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1136'>fg</a> 1136 src/editor/syntax.c g_strlcpy (last_fg, color.fg != NULL ? color.fg : "", sizeof (last_fg));</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1191'>fg</a> 1191 src/editor/syntax.c color.fg = *a;</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1200'>fg</a> 1200 src/editor/syntax.c if (color.fg == NULL)</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1201'>fg</a> 1201 src/editor/syntax.c color.fg = last_fg;</span>
</pre>
</body>
</html>