This file is indexed.

/usr/share/doc/fte/status.html is in fte-docs 0.50.2b6-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
<HTML>
<HEAD><TITLE>Status Line</TITLE></HEAD>
<BODY>
<P>Status line displays the following status information:
<P><B>position|flags|mode|curchar|mod? filename|winno</B>
<P><B>position</B> = line:column
<P><B>flags</B>
<DL>
<DT>I<DD>Insert
<DT>A<DD>Autoindent
<DT>C<DD>Matches are case sensitive
<DT>SLC<DD>Stream, Line, Column block-mode
<DT>wW<DD>Automatic word wrap active (w = line, W = paragraph).
</DL>
<P><B>mode</B>      = Mode name as specified in configuration file
<P><B>curchar</B>   = Decimal ASCII code of character under cursor, or EOL/EOF
<P><B>mod?</B>      = <B>*</B> if file was modified, <B>%</B> if file is read-only
</BODY>
</HTML>