mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
22 lines
1.7 KiB
HTML
22 lines
1.7 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>is_base</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--tty--color.c.html#L155'>is_base</a> 155 lib/tty/color.c gboolean is_base;</span>
|
|
<span class='curline'><a href='../S/lib--tty--color.c.html#L160'>is_base</a> 160 lib/tty/color.c is_base = (color->fg == NULL || strcmp (color->fg, "base") == 0);</span>
|
|
<span class='curline'><a href='../S/lib--tty--color.c.html#L161'>is_base</a> 161 lib/tty/color.c ifg = tty_color_get_index_by_name (is_base ? tty_color_defaults.fg : color->fg);</span>
|
|
<span class='curline'><a href='../S/lib--tty--color.c.html#L162'>is_base</a> 162 lib/tty/color.c is_base = (color->bg == NULL || strcmp (color->bg, "base") == 0);</span>
|
|
<span class='curline'><a href='../S/lib--tty--color.c.html#L163'>is_base</a> 163 lib/tty/color.c ibg = tty_color_get_index_by_name (is_base ? tty_color_defaults.bg : color->bg);</span>
|
|
<span class='curline'><a href='../S/lib--tty--color.c.html#L164'>is_base</a> 164 lib/tty/color.c is_base = (color->attrs == NULL || strcmp (color->attrs, "base") == 0);</span>
|
|
<span class='curline'><a href='../S/lib--tty--color.c.html#L165'>is_base</a> 165 lib/tty/color.c attr = tty_attr_get_bits (is_base ? tty_color_defaults.attrs : color->attrs);</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|