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

46 lines
6.1 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>fullscreen</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--edit.c.html#L823'>fullscreen</a> 823 src/editor/edit.c edit_move_down (edit, WIDGET (edit)-&gt;rect.lines - edit-&gt;curs_row - (edit-&gt;fullscreen ? 1 : 3),</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2102'>fullscreen</a> 2102 src/editor/edit.c int fullscreen;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2106'>fullscreen</a> 2106 src/editor/edit.c fullscreen = edit-&gt;fullscreen;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2112'>fullscreen</a> 2112 src/editor/edit.c edit-&gt;fullscreen = fullscreen;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2127'>fullscreen</a> 2127 src/editor/edit.c edit-&gt;fullscreen = 1;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2263'>fullscreen</a> 2263 src/editor/edit.c e-&gt;fullscreen = edit-&gt;fullscreen;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3629'>fullscreen</a> 3629 src/editor/edit.c edit_move_up (edit, w-&gt;lines - (edit-&gt;fullscreen ? 1 : 2), TRUE);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3636'>fullscreen</a> 3636 src/editor/edit.c edit_move_down (edit, w-&gt;lines - (edit-&gt;fullscreen ? 1 : 2), TRUE);</span>
<span class='curline'><a href='../S/src--editor--editcomplete.c.html#L357'>fullscreen</a> 357 src/editor/editcomplete.c + (edit-&gt;fullscreen != 0 ? 0 : 1) + edit_options.line_state_width;</span>
<span class='curline'><a href='../S/src--editor--editcomplete.c.html#L359'>fullscreen</a> 359 src/editor/editcomplete.c we-&gt;y + edit-&gt;curs_row + EDIT_TEXT_VERTICAL_OFFSET + (edit-&gt;fullscreen != 0 ? 0 : 1) + 1;</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L365'>fullscreen</a> 365 src/editor/editdraw.c if (edit-&gt;fullscreen != 0)</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L391'>fullscreen</a> 391 src/editor/editdraw.c if (edit-&gt;fullscreen == 0)</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L502'>fullscreen</a> 502 src/editor/editdraw.c if (row &gt; w-&gt;rect.lines - 1 - EDIT_TEXT_VERTICAL_OFFSET - 2 * (edit-&gt;fullscreen != 0 ? 0 : 1))</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L516'>fullscreen</a> 516 src/editor/editdraw.c if (edit-&gt;fullscreen == 0)</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L1016'>fullscreen</a> 1016 src/editor/editdraw.c if (edit-&gt;fullscreen != 0)</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L1051'>fullscreen</a> 1051 src/editor/editdraw.c if (edit-&gt;fullscreen == 0)</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L1102'>fullscreen</a> 1102 src/editor/editdraw.c if (edit-&gt;fullscreen == 0)</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L700'>fullscreen</a> 700 src/editor/editwidget.c x = event-&gt;x - (edit-&gt;fullscreen != 0 ? 0 : 1);</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L701'>fullscreen</a> 701 src/editor/editwidget.c y = event-&gt;y - (edit-&gt;fullscreen != 0 ? 0 : 1);</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L879'>fullscreen</a> 879 src/editor/editwidget.c &amp;&amp; EDIT (l-&gt;data)-&gt;fullscreen != 0)</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L980'>fullscreen</a> 980 src/editor/editwidget.c y = (e-&gt;fullscreen != 0 ? 0 : 1) + EDIT_TEXT_VERTICAL_OFFSET + e-&gt;curs_row;</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L981'>fullscreen</a> 981 src/editor/editwidget.c x = (e-&gt;fullscreen != 0 ? 0 : 1) + EDIT_TEXT_HORIZONTAL_OFFSET</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L1073'>fullscreen</a> 1073 src/editor/editwidget.c int dx = edit-&gt;fullscreen != 0 ? 0 : 2;</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L1104'>fullscreen</a> 1104 src/editor/editwidget.c if (edit-&gt;fullscreen == 0)</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L1145'>fullscreen</a> 1145 src/editor/editwidget.c else if (edit-&gt;fullscreen == 0 &amp;&amp; event-&gt;count == GPM_DOUBLE)</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L1392'>fullscreen</a> 1392 src/editor/editwidget.c if (edit-&gt;fullscreen != 0)</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L1508'>fullscreen</a> 1508 src/editor/editwidget.c edit-&gt;fullscreen = edit-&gt;fullscreen != 0 ? 0 : 1;</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L1511'>fullscreen</a> 1511 src/editor/editwidget.c if (edit-&gt;fullscreen == 0)</span>
<span class='curline'><a href='../S/src--editor--editwidget.h.html#L102'>fullscreen</a> 102 src/editor/editwidget.h unsigned int fullscreen : 1; // Is window fullscreen or not</span>
<span class='curline'><a href='../S/src--editor--etags.c.html#L324'>fullscreen</a> 324 src/editor/etags.c + (edit-&gt;fullscreen != 0 ? 0 : 1) + edit_options.line_state_width;</span>
<span class='curline'><a href='../S/src--editor--etags.c.html#L326'>fullscreen</a> 326 src/editor/etags.c w-&gt;y + edit-&gt;curs_row + EDIT_TEXT_VERTICAL_OFFSET + (edit-&gt;fullscreen != 0 ? 0 : 1) + 1;</span>
</pre>
</body>
</html>