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

53 lines
7.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>style</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/src--editor--editdraw.c.html#L80'>style</a> 80 src/editor/editdraw.c unsigned int style;</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L445'>style</a> 445 src/editor/editdraw.c int style;</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L454'>style</a> 454 src/editor/editdraw.c style = p-&gt;style &amp; 0xFF00;</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L457'>style</a> 457 src/editor/editdraw.c if ((style &amp; MOD_WHITESPACE) != 0)</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L459'>style</a> 459 src/editor/editdraw.c if ((style &amp; MOD_MARKED) == 0)</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L467'>style</a> 467 src/editor/editdraw.c else if ((style &amp; MOD_BOLD) != 0)</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L469'>style</a> 469 src/editor/editdraw.c else if ((style &amp; MOD_MARKED) != 0)</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L471'>style</a> 471 src/editor/editdraw.c else if ((style &amp; MOD_ABNORMAL) != 0)</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L474'>style</a> 474 src/editor/editdraw.c tty_lowlevel_setcolor (p-&gt;style &gt;&gt; 16);</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L575'>style</a> 575 src/editor/editdraw.c p-&gt;style = q == edit-&gt;buffer.curs1 ? MOD_CURSOR : 0;</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L580'>style</a> 580 src/editor/editdraw.c p-&gt;style |= MOD_MARKED;</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L591'>style</a> 591 src/editor/editdraw.c p-&gt;style |= MOD_MARKED;</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L597'>style</a> 597 src/editor/editdraw.c p-&gt;style |= MOD_BOLD;</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L599'>style</a> 599 src/editor/editdraw.c p-&gt;style |= MOD_BOLD;</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L608'>style</a> 608 src/editor/editdraw.c p-&gt;style |= book_mark &lt;&lt; 16;</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L614'>style</a> 614 src/editor/editdraw.c p-&gt;style |= color &lt;&lt; 16;</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L636'>style</a> 636 src/editor/editdraw.c int style;</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L638'>style</a> 638 src/editor/editdraw.c if ((p-&gt;style &amp; MOD_MARKED) != 0)</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L639'>style</a> 639 src/editor/editdraw.c style = p-&gt;style;</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L641'>style</a> 641 src/editor/editdraw.c style = c | (book_mark &lt;&lt; 16);</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L643'>style</a> 643 src/editor/editdraw.c style = p-&gt;style | MOD_WHITESPACE;</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L647'>style</a> 647 src/editor/editdraw.c p-&gt;style = style;</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L652'>style</a> 652 src/editor/editdraw.c p-&gt;style = style;</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L656'>style</a> 656 src/editor/editdraw.c p-&gt;style = style;</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L662'>style</a> 662 src/editor/editdraw.c p-&gt;style = style;</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L665'>style</a> 665 src/editor/editdraw.c p-&gt;style = style;</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L671'>style</a> 671 src/editor/editdraw.c p-&gt;style = style;</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L679'>style</a> 679 src/editor/editdraw.c p-&gt;style |= MOD_WHITESPACE;</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L681'>style</a> 681 src/editor/editdraw.c const int style = p-&gt;style &amp; ~MOD_CURSOR;</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L687'>style</a> 687 src/editor/editdraw.c p-&gt;style = style;</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L695'>style</a> 695 src/editor/editdraw.c const int style = p-&gt;style &amp; ~MOD_CURSOR;</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L701'>style</a> 701 src/editor/editdraw.c p-&gt;style = style;</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L713'>style</a> 713 src/editor/editdraw.c p-&gt;style |= MOD_WHITESPACE;</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L740'>style</a> 740 src/editor/editdraw.c p-&gt;style = abn_style;</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L743'>style</a> 743 src/editor/editdraw.c p-&gt;style = abn_style;</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L752'>style</a> 752 src/editor/editdraw.c p-&gt;style = abn_style;</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L755'>style</a> 755 src/editor/editdraw.c p-&gt;style = abn_style;</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L780'>style</a> 780 src/editor/editdraw.c p-&gt;style = abn_style;</span>
</pre>
</body>
</html>