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

22 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>space_width</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#L1366'>space_width</a> 1366 src/editor/edit.c curs_col = edit-&gt;curs_col % (TAB_SIZE * space_width);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1367'>space_width</a> 1367 src/editor/edit.c return (curs_col == 0 || curs_col == (HALF_TAB_SIZE * space_width));</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1440'>space_width</a> 1440 src/editor/edit.c i = TAB_SIZE * space_width;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1444'>space_width</a> 1444 src/editor/edit.c for (i = ((edit-&gt;curs_col / i) + 1) * i - edit-&gt;curs_col; i &gt; 0; i -= space_width)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1728'>space_width</a> 1728 src/editor/edit.c for (l = width - (edit_get_col (edit) - col); l &gt; 0; l -= space_width)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1749'>space_width</a> 1749 src/editor/edit.c for (l = col - edit_get_col (edit); l &gt;= space_width; l -= space_width)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2995'>space_width</a> 2995 src/editor/edit.c fake_half_tabs = HALF_TAB_SIZE * space_width;</span>
</pre>
</body>
</html>