This file is indexed.

/usr/share/doc/ne/html/The-Status-Bar.html is in ne-doc 2.5-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<html lang="en">
<head>
<title>The Status Bar - ne's manual</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="ne's manual">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Reference.html#Reference" title="Reference">
<link rel="prev" href="Arguments.html#Arguments" title="Arguments">
<link rel="next" href="The-Input-Line.html#The-Input-Line" title="The Input Line">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
  pre.display { font-family:inherit }
  pre.format  { font-family:inherit }
  pre.smalldisplay { font-family:inherit; font-size:smaller }
  pre.smallformat  { font-family:inherit; font-size:smaller }
  pre.smallexample { font-size:smaller }
  pre.smalllisp    { font-size:smaller }
  span.sc    { font-variant:small-caps }
  span.roman { font-family:serif; font-weight:normal; } 
  span.sansserif { font-family:sans-serif; font-weight:normal; } 
--></style>
</head>
<body>
<div class="node">
<a name="The-Status-Bar"></a>
<p>
Next:&nbsp;<a rel="next" accesskey="n" href="The-Input-Line.html#The-Input-Line">The Input Line</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="Arguments.html#Arguments">Arguments</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="Reference.html#Reference">Reference</a>
<hr>
</div>

<h3 class="section">3.2 The Status Bar</h3>

<p><a name="index-Status-bar-58"></a><a name="index-Line-and-column-numbers-59"></a><a name="index-Fast-GUI-60"></a>
The last line of the screen, the <dfn>status bar</dfn>, is reserved by
<code>ne</code> for displaying some information about its internal state. 
Note that on most terminals it is physically impossible to write a
character on the last column of the last line, so we are not
stealing precious editing space.

   <p>The status bar looks more or less like this:

<pre class="example">     L:      31  C:      25   12% iabcwfpvurtBMRPC*@8       20 /foo/bar
</pre>
   <p>The numbers after &lsquo;<samp><span class="samp">L:</span></samp>&rsquo; and &lsquo;<samp><span class="samp">C:</span></samp>&rsquo; are the line and column of the
cursor position. The first line and the first column are both number
1. Then, <code>ne</code> shows the percentage of lines before the current line
(it will be 0% on the first line, and 100% on the last line).

   <p>Following that are a sequence of letters or
dashes. These indicate the status of a series of flags which we shall
look at later.

   <p>The hexadecimal digits following the flags give the code for the
character at the cursor, and are displayed optionally (see <a href="HexCode.html#HexCode">HexCode</a>). 
If your cursor is at or beyond the right end of the current line, the
code disappears.

   <p>The file name appearing after the character code is the file name of
the current document. The left end of very long file names may be
truncated to keep the right end visible. Of course,
<code>ne</code> is keeping track internally of the complete file name. It
is used by the <code>Save</code> command and as the default input for the
<code>SaveAs</code> command. See <a href="Save.html#Save">Save</a>, and <a href="SaveAs.html#SaveAs">SaveAs</a>.

   <p>The displayed line and column numbers, the percentage indicator and the
character code change when the cursor moves. This fact can really slow
down cursor movement if you are using <code>ne</code> through a slow
connection. If you find this to be a problem, it is a good idea to turn
off the status bar using either the &lsquo;<samp><span class="samp">Status Bar</span></samp>&rsquo; menu item of the
&lsquo;<samp><span class="samp">Prefs</span></samp>&rsquo; menu or the <code>StatusBar</code>
command. See <a href="StatusBar.html#StatusBar">StatusBar</a>. Alternatively you can turn on the fast GUI
mode using either the &lsquo;<samp><span class="samp">Fast GUI</span></samp>&rsquo; menu item of the &lsquo;<samp><span class="samp">Prefs</span></samp>&rsquo; menu
or the <code>FastGUI</code> command (see <a href="FastGUI.html#FastGUI">FastGUI</a>). In fast GUI mode the
status bar is not draw in reverse, so some additional optimization can
be done when refreshing it.

   <p>The letters after the line and column number represent the status of the flags
associated with the current document. Flags that are off display a
&lsquo;<samp><span class="samp">-</span></samp>&rsquo; instead of a letter. Each flag also has an
associated command. The <code>Flags</code> command describes them all when
you don't have this manual handy. Here's the list in detail:

     <dl>
<dt>&lsquo;<samp><span class="samp">i</span></samp>&rsquo;<dd>appears if the insert flag is true. See <a href="Insert.html#Insert">Insert</a>.

     <br><dt>&lsquo;<samp><span class="samp">a</span></samp>&rsquo;<dd>appears if the auto indent flag is true. See <a href="AutoIndent.html#AutoIndent">AutoIndent</a>.

     <br><dt>&lsquo;<samp><span class="samp">b</span></samp>&rsquo;<dd>appears if the back search flag is true. See <a href="SearchBack.html#SearchBack">SearchBack</a>.

     <br><dt>&lsquo;<samp><span class="samp">c</span></samp>&rsquo;<dd>appears if the case sensitive search flag is true. See <a href="CaseSearch.html#CaseSearch">CaseSearch</a>.

     <br><dt>&lsquo;<samp><span class="samp">w</span></samp>&rsquo;<dd>appears if the word wrap flag is true. See <a href="WordWrap.html#WordWrap">WordWrap</a>.

     <br><dt>&lsquo;<samp><span class="samp">f</span></samp>&rsquo;<dd>appears if the free form flag is true. See <a href="FreeForm.html#FreeForm">FreeForm</a>.

     <br><dt>&lsquo;<samp><span class="samp">p</span></samp>&rsquo;<dd>appears if the automatic preferences flag is true. See <a href="AutoPrefs.html#AutoPrefs">AutoPrefs</a>.

     <br><dt>&lsquo;<samp><span class="samp">v</span></samp>&rsquo;<dd>appears if the verbose macros flag is true. See <a href="VerboseMacros.html#VerboseMacros">VerboseMacros</a>.

     <br><dt>&lsquo;<samp><span class="samp">u</span></samp>&rsquo;<dd>appears if the undo flag is true. See <a href="DoUndo.html#DoUndo">DoUndo</a>.

     <br><dt>&lsquo;<samp><span class="samp">r</span></samp>&rsquo;<dd>appears if the read only flag is true. See <a href="ReadOnly.html#ReadOnly">ReadOnly</a>.

     <br><dt>&lsquo;<samp><span class="samp">t/T</span></samp>&rsquo;<dd>appears as &lsquo;<samp><span class="samp">t</span></samp>&rsquo; if the tabs flag is true, &lsquo;<samp><span class="samp">T</span></samp>&rsquo; if
the shifttabs flag is also true. See <a href="Tabs.html#Tabs">Tabs</a>, <a href="ShiftTabs.html#ShiftTabs">ShiftTabs</a>.

     <br><dt>&lsquo;<samp><span class="samp">d</span></samp>&rsquo;<dd>appears if the deltabs flag is true. See <a href="DelTabs.html#DelTabs">DelTabs</a>.

     <br><dt>&lsquo;<samp><span class="samp">B</span></samp>&rsquo;<dd>appears if the binary flag is true. See <a href="Binary.html#Binary">Binary</a>.

     <br><dt>&lsquo;<samp><span class="samp">M</span></samp>&rsquo;<dd>appears if you are currently marking a block. See <a href="Mark.html#Mark">Mark</a>.

     <br><dt>&lsquo;<samp><span class="samp">V</span></samp>&rsquo;<dd>can appear in place of &lsquo;<samp><span class="samp">M</span></samp>&rsquo; if you are currently marking a vertical
block. See <a href="MarkVert.html#MarkVert">MarkVert</a>.

     <br><dt>&lsquo;<samp><span class="samp">R</span></samp>&rsquo;<dd>appears if you are currently recording a macro. See <a href="Record.html#Record">Record</a>.

     <br><dt>&lsquo;<samp><span class="samp">P</span></samp>&rsquo;<dd>appears if the PreserveCR flag is true. See <a href="PreserveCR.html#PreserveCR">PreserveCR</a>.

     <br><dt>&lsquo;<samp><span class="samp">C</span></samp>&rsquo;<dd>appears if the CRLF flag is true. See <a href="CRLF.html#CRLF">CRLF</a>.

     <br><dt>&lsquo;<samp><span class="samp">*</span></samp>&rsquo;<dd>appears if the document has been modified since the last save, or if
the <code>Modified</code> command was issued to set this flag. See <a href="Modified.html#Modified">Modified</a>.

     <br><dt>&lsquo;<samp><span class="samp">@</span></samp>&rsquo;<dd>appears if UTF-8 I/O is enabled. See <a href="UTF8IO.html#UTF8IO">UTF8IO</a>.

     <br><dt>&lsquo;<samp><span class="samp">A/8/U</span></samp>&rsquo;<dd>denotes the current buffer encoding&mdash;US-ASCII, 8-bit or UTF-8. See <a href="UTF8.html#UTF8">UTF8</a>.

   </dl>

   <p>Note that sometimes <code>ne</code> needs to communicate some message to you. The
message is usually written over the status bar, where it stays
until you do something. Any action such as moving the cursor or inserting a
character will restore the normal status bar.

   </body></html>