1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>
<title>The Statusbar</title>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
</head>
<body style="background-color: rgb(255, 255, 255); direction: ltr;">
<center>
<table style="margin-left: auto; margin-right: auto; width: 100%; text-align: center;" border="0" cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td style="width: 33%; text-align: center;"><a href="Toolbar.htm"><img src="back.gif" alt="The Toolbar" align="top" border="0"></a> <a href="Toolbar.htm">The Toolbar</a></td>
<td style="width: 34%; text-align: center;"> <a href="Display.htm"><img src="up.gif" alt="The Display" align="top" border="0"></a> <a href="Display.htm">The Display</a></td>
<td style="width: 33%; text-align: center;"> <a align="middle" href="FileviewCols.htm">Fileview Columns</a> <a href="FileviewCols.htm"><img src="forward.gif" alt="Fileview Columns" align="top" border="0"></a></td>
</tr>
</tbody>
</table>
</center>
<hr>
<h2><u>The Statusbar</u></h2>
<p>
The statusbar has four sections:
<ol>
<li>When a menu-item is highlit, this is where any associated help information is displayed
<li>4Pane's confirmatory messages appear here e.g. "2 files copied".<br>
These messages are automatically removed after 10 seconds. You can change this time in Options > Configure 4Pane > Misc.<br>
Since 4Pane 5.0, the progress of a long move or paste is displayed in this section.
<li>The largest and most useful section, this displays the type, name and size of the currently-selected file. e.g.<br>
<b>Regular File: Statusbar.htm 1.6K</b><br>
or, if a symlink, the type, name and target. e.g.<br>
<b>Symbolic Link: libwx_baseu-2.8.so --> /usr/lib/libwx_baseu-2.8.so.0</b>
<li>This section shows what sort of things are being displayed in the selected pane. This will normally be either <b>D H *</b> or <b>D F H *</b>. D means Directories, F Files and H Hidden ones.<br>
If the <i>Options > Show recursive dir sizes</i> menu item is ticked, there will also be an <b>R</b> for Recursive when a fileview has focus.<br>
The '*' denotes "Show all of these things". Alternatively <b>D F H d*</b> would mean that only files starting with 'd' were displayed.
You can adjust the Filter by [Right-click] > Filter Display (or Ctrl-Sh-F). See <a href="Filter.htm">Filter</a>.
</ol>
<br>You can alter the proportion of the statusbar allocated to each section in Options > Configure 4Pane > Misc > Other: Configure Statusbar.
</p>
</body></html>
|