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

35 lines
3.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>cursor</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#L1701'>cursor</a> 1701 src/editor/edit.c off_t cursor;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1706'>cursor</a> 1706 src/editor/edit.c cursor = edit-&gt;buffer.curs1;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1756'>cursor</a> 1756 src/editor/edit.c *start_pos = cursor;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1758'>cursor</a> 1758 src/editor/edit.c edit_cursor_move (edit, cursor - edit-&gt;buffer.curs1);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L682'>cursor</a> 682 src/editor/editcmd.c off_t cursor;</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L685'>cursor</a> 685 src/editor/editcmd.c cursor = edit-&gt;buffer.curs1;</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L725'>cursor</a> 725 src/editor/editcmd.c *start_pos = cursor;</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L727'>cursor</a> 727 src/editor/editcmd.c edit_cursor_move (edit, cursor - edit-&gt;buffer.curs1);</span>
<span class='curline'><a href='../S/src--editor--format.c.html#L398'>cursor</a> 398 src/editor/format.c off_t cursor;</span>
<span class='curline'><a href='../S/src--editor--format.c.html#L402'>cursor</a> 402 src/editor/format.c cursor = edit-&gt;buffer.curs1;</span>
<span class='curline'><a href='../S/src--editor--format.c.html#L422'>cursor</a> 422 src/editor/format.c if (cursor &gt;= curs)</span>
<span class='curline'><a href='../S/src--editor--format.c.html#L423'>cursor</a> 423 src/editor/format.c cursor += edit-&gt;buffer.curs1 - p;</span>
<span class='curline'><a href='../S/src--editor--format.c.html#L432'>cursor</a> 432 src/editor/format.c if (cursor &gt; edit-&gt;buffer.curs1)</span>
<span class='curline'><a href='../S/src--editor--format.c.html#L433'>cursor</a> 433 src/editor/format.c cursor--;</span>
<span class='curline'><a href='../S/src--editor--format.c.html#L443'>cursor</a> 443 src/editor/format.c edit_cursor_move (edit, cursor - edit-&gt;buffer.curs1); // restore cursor position</span>
<span class='curline'><a href='../S/src--viewer--move.c.html#L78'>cursor</a> 78 src/viewer/move.c off_t cursor = view-&gt;hex_cursor;</span>
<span class='curline'><a href='../S/src--viewer--move.c.html#L83'>cursor</a> 83 src/viewer/move.c if (topleft + displaysize &lt;= cursor)</span>
<span class='curline'><a href='../S/src--viewer--move.c.html#L84'>cursor</a> 84 src/viewer/move.c topleft = mcview_offset_rounddown (cursor, bytes) - (displaysize - bytes);</span>
<span class='curline'><a href='../S/src--viewer--move.c.html#L85'>cursor</a> 85 src/viewer/move.c if (cursor &lt; topleft)</span>
<span class='curline'><a href='../S/src--viewer--move.c.html#L86'>cursor</a> 86 src/viewer/move.c topleft = mcview_offset_rounddown (cursor, bytes);</span>
</pre>
</body>
</html>