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

24 lines
1.8 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>max_undo</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#L106'>max_undo</a> 106 src/editor/edit-impl.h extern int max_undo;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L107'>max_undo</a> 107 src/editor/edit.c int max_undo = 32768;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2360'>max_undo</a> 2360 src/editor/edit.c if (max_undo &lt; 256)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2361'>max_undo</a> 2361 src/editor/edit.c max_undo = 256;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2362'>max_undo</a> 2362 src/editor/edit.c if (edit-&gt;undo_stack_size &lt; (unsigned long) max_undo)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2450'>max_undo</a> 2450 src/editor/edit.c if (max_undo &lt; 256)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2451'>max_undo</a> 2451 src/editor/edit.c max_undo = 256;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2452'>max_undo</a> 2452 src/editor/edit.c if (edit-&gt;redo_stack_size &lt; (unsigned long) max_undo)</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L510'>max_undo</a> 510 src/editor/editcmd.c if ((end_mark - start_mark) &gt; max_undo / 2</span>
</pre>
</body>
</html>