Files
source/Y/prompt_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>prompt_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--filemanager--layout.c.html#L965'>prompt_width</a> 965 src/filemanager/layout.c int prompt_width;</span>
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L985'>prompt_width</a> 985 src/filemanager/layout.c prompt_width = str_term_width1 (mc_prompt);</span>
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L988'>prompt_width</a> 988 src/filemanager/layout.c if (r-&gt;cols &gt; 8 &amp;&amp; prompt_width &gt; r-&gt;cols - 8)</span>
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L992'>prompt_width</a> 992 src/filemanager/layout.c prompt_width = r-&gt;cols - 8;</span>
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L993'>prompt_width</a> 993 src/filemanager/layout.c prompt_len = str_offset_to_pos (mc_prompt, prompt_width);</span>
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L999'>prompt_width</a> 999 src/filemanager/layout.c widget_set_size (WIDGET (the_prompt), y, r-&gt;x, 1, prompt_width);</span>
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L1001'>prompt_width</a> 1001 src/filemanager/layout.c widget_set_size (WIDGET (cmdline), y, r-&gt;x + prompt_width, 1, r-&gt;cols - prompt_width);</span>
</pre>
</body>
</html>