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

30 lines
3.2 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_entry_len</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/lib--widget--menu.c.html#L70'>max_entry_len</a> 70 lib/widget/menu.c size_t max_entry_len; // cached max length of entry texts (text + shortcut)</span>
<span class='curline'><a href='../S/lib--widget--menu.c.html#L92'>max_entry_len</a> 92 lib/widget/menu.c menu-&gt;max_entry_len = 1;</span>
<span class='curline'><a href='../S/lib--widget--menu.c.html#L118'>max_entry_len</a> 118 lib/widget/menu.c menu-&gt;max_entry_len =</span>
<span class='curline'><a href='../S/lib--widget--menu.c.html#L134'>max_entry_len</a> 134 lib/widget/menu.c if (x + menu-&gt;max_entry_len + 3 &gt; (gsize) w-&gt;cols)</span>
<span class='curline'><a href='../S/lib--widget--menu.c.html#L135'>max_entry_len</a> 135 lib/widget/menu.c x = w-&gt;cols - menu-&gt;max_entry_len - 3;</span>
<span class='curline'><a href='../S/lib--widget--menu.c.html#L144'>max_entry_len</a> 144 lib/widget/menu.c tty_draw_hline (w-&gt;y + y, w-&gt;x + x, mc_tty_frm[MC_TTY_FRM_HORIZ], menu-&gt;max_entry_len + 2);</span>
<span class='curline'><a href='../S/lib--widget--menu.c.html#L145'>max_entry_len</a> 145 lib/widget/menu.c widget_gotoyx (menubar, y, x + menu-&gt;max_entry_len + 2);</span>
<span class='curline'><a href='../S/lib--widget--menu.c.html#L157'>max_entry_len</a> 157 lib/widget/menu.c tty_draw_hline (yt, xt, ' ', menu-&gt;max_entry_len + 1); // clear line</span>
<span class='curline'><a href='../S/lib--widget--menu.c.html#L192'>max_entry_len</a> 192 lib/widget/menu.c if (column + menu-&gt;max_entry_len + 4 &gt; (gsize) w-&gt;cols)</span>
<span class='curline'><a href='../S/lib--widget--menu.c.html#L193'>max_entry_len</a> 193 lib/widget/menu.c column = w-&gt;cols - menu-&gt;max_entry_len - 4;</span>
<span class='curline'><a href='../S/lib--widget--menu.c.html#L196'>max_entry_len</a> 196 lib/widget/menu.c tty_draw_box_shadow (w-&gt;y + 1, w-&gt;x + column, count + 2, menu-&gt;max_entry_len + 4,</span>
<span class='curline'><a href='../S/lib--widget--menu.c.html#L200'>max_entry_len</a> 200 lib/widget/menu.c tty_draw_box (w-&gt;y + 1, w-&gt;x + column, count + 2, menu-&gt;max_entry_len + 4, FALSE);</span>
<span class='curline'><a href='../S/lib--widget--menu.c.html#L743'>max_entry_len</a> 743 lib/widget/menu.c right_x = left_x + menu-&gt;max_entry_len + 2;</span>
<span class='curline'><a href='../S/lib--widget--menu.c.html#L746'>max_entry_len</a> 746 lib/widget/menu.c left_x = w-&gt;cols - 1 - (menu-&gt;max_entry_len + 2);</span>
<span class='curline'><a href='../S/lib--widget--menu.c.html#L931'>max_entry_len</a> 931 lib/widget/menu.c menu-&gt;max_entry_len = 1;</span>
</pre>
</body>
</html>