mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
24 lines
1.8 KiB
HTML
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 < 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->undo_stack_size < (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 < 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->redo_stack_size < (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) > max_undo / 2</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|