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

27 lines
2.5 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>do_scroll</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-impl.h.html#L131'>do_scroll</a> 131 src/editor/edit-impl.h void edit_move_up (WEdit *edit, long i, gboolean do_scroll);</span>
<span class='curline'><a href='../S/src--editor--edit-impl.h.html#L132'>do_scroll</a> 132 src/editor/edit-impl.h void edit_move_down (WEdit *edit, long i, gboolean do_scroll);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L741'>do_scroll</a> 741 src/editor/edit.c edit_move_up_paragraph (WEdit *edit, gboolean do_scroll)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L770'>do_scroll</a> 770 src/editor/edit.c edit_move_up (edit, edit-&gt;buffer.curs_line - i, do_scroll);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L778'>do_scroll</a> 778 src/editor/edit.c edit_move_down_paragraph (WEdit *edit, gboolean do_scroll)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L805'>do_scroll</a> 805 src/editor/edit.c edit_move_down (edit, i - edit-&gt;buffer.curs_line, do_scroll);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1065'>do_scroll</a> 1065 src/editor/edit.c edit_move_updown (WEdit *edit, long lines, gboolean do_scroll, gboolean direction)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1078'>do_scroll</a> 1078 src/editor/edit.c if (do_scroll)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L4111'>do_scroll</a> 4111 src/editor/edit.c edit_move_up (WEdit *edit, long i, gboolean do_scroll)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L4113'>do_scroll</a> 4113 src/editor/edit.c edit_move_updown (edit, i, do_scroll, TRUE);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L4120'>do_scroll</a> 4120 src/editor/edit.c edit_move_down (WEdit *edit, long i, gboolean do_scroll)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L4122'>do_scroll</a> 4122 src/editor/edit.c edit_move_updown (edit, i, do_scroll, FALSE);</span>
</pre>
</body>
</html>