<row>
<entry><literal>sidebar_format</literal></entry>
<entry>string</entry>
- <entry><literal>%B%?F? [%F]?%* %?N?%N/?%S</literal></entry>
+ <entry><literal>%B%* %n</literal></entry>
</row>
<row>
<entry><literal>sidebar_indent_string</literal></entry>
** .pp
** \fBSee also:\fP $$sidebar_short_path, $$sidebar_indent_string, $$sidebar_delim_chars.
*/
- { "sidebar_format", DT_STR, R_NONE, UL &SidebarFormat, UL "%B%?F? [%F]?%* %?N?%N/?%S" },
+ { "sidebar_format", DT_STR, R_NONE, UL &SidebarFormat, UL "%B%* %n" },
/*
** .pp
** This variable allows you to customize the sidebar display. This string is
** .pp
** * = Can be optionally printed if nonzero
** @ = Only applicable to the current folder
+ ** .pp
+ ** A useful value for this is "%B%?F? [%F]?%* %?N?%N/?%S".
*/
{ "sidebar_indent_string", DT_STR, R_BOTH, UL &SidebarIndentString, UL " " },
/*