Skip to content

Commit

Permalink
Documentation: panels nowadays can display more than 2 columns.
Browse files Browse the repository at this point in the history
In the past panels supported up to 2 "columns" only. We update the
documentation.

Note: a naive fix is to change it to say "After the panel size, you may specify
the number of columns to display in the panel". Unfortunately, users may think
by "columns" we mean "fields", so we have to word it differrently.

Signed-off-by: Mooffie <[email protected]>
  • Loading branch information
mooffie committed Jan 16, 2017
1 parent 05661ed commit 76c2c42
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/man/mc.1.in
Original file line number Diff line number Diff line change
Expand Up @@ -840,9 +840,10 @@ The user display format must start with a panel size specifier. This
may be "half" or "full", and they specify a half screen panel and a
full screen panel respectively.
.PP
After the panel size, you may specify the two columns mode on the
panel, this is done by adding the number "2" to the user format
string.
After the panel size, you may specify how many listings to fit in the
panel, side\-by\-side (in other words: how many times to repeat the
fields horizontally). This defaults to 1. You may change this by adding a
number from 1 to 9 to the format string.
.PP
After this you add the name of the fields with an optional size
specifier. This are the available fields you may display:
Expand Down

0 comments on commit 76c2c42

Please sign in to comment.