mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-18 17:29:28 +03:00
* doc/mc.1.in (Configuration): Clarify some entries.
This commit is contained in:
parent
ff7208e93b
commit
e09f199636
@ -1,3 +1,7 @@
|
|||||||
|
2002-01-17 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* doc/mc.1.in (Configuration): Clarify some entries.
|
||||||
|
|
||||||
2002-01-11 Andrew V. Samoilov <kai@cmail.ru>
|
2002-01-11 Andrew V. Samoilov <kai@cmail.ru>
|
||||||
|
|
||||||
* acinclude.m4: New options for smbfs:
|
* acinclude.m4: New options for smbfs:
|
||||||
|
38
doc/mc.1.in
38
doc/mc.1.in
@ -1523,39 +1523,39 @@ Panel Options, Pause after run and Other Options.
|
|||||||
.B Panel Options
|
.B Panel Options
|
||||||
.PP
|
.PP
|
||||||
.I Show Backup Files.
|
.I Show Backup Files.
|
||||||
By default the Midnight Commander doesn't show files ending in '~'
|
If enabled, the Midnight Commander will show files ending with a tilde.
|
||||||
(like GNU's ls option -B).
|
Otherwise, they won't be shown (like GNU's ls option -B).
|
||||||
.PP
|
.PP
|
||||||
.I Show Hidden Files.
|
.I Show Hidden Files.
|
||||||
By default the Midnight Commander will show all files that start with
|
If enabled, the Midnight Commander will show all files that start with
|
||||||
a dot (like ls -a).
|
a dot (like ls -a).
|
||||||
.PP
|
.PP
|
||||||
.I Mark moves down.
|
.I Mark moves down.
|
||||||
By default when you mark a file (with either C-t or the Insert key)
|
If enabled, the selection bar will move down when you mark a file (with
|
||||||
the selection bar will move down.
|
either C-t or the Insert key).
|
||||||
.PP
|
.PP
|
||||||
.I Drop down menus.
|
.I Drop down menus.
|
||||||
When this option is enabled, when you press the
|
When this option is enabled, the pull down menus will be activated as
|
||||||
|
soon as you press the
|
||||||
.B F9
|
.B F9
|
||||||
key, the pull down menus will be activated, else, you will
|
key. Otherwise, you will only get the menu title, and you will have
|
||||||
only be presented with the menu title, and you will have
|
to activate the menu either with the arrow keys or with the hotkeys.
|
||||||
to select the entry with the arrow keys or the first
|
It is recommanded if you are using hotkeys.
|
||||||
letter and from there select your option in the menu.
|
|
||||||
.PP
|
.PP
|
||||||
.I Mix all files.
|
.I Mix all files.
|
||||||
When this option is enabled, all files and directories are shown mixed
|
If this option is enabled, all files and directories are shown mixed
|
||||||
together. If the option is off, directories (and links to directories)
|
together. If the option is off, directories (and links to directories)
|
||||||
are shown at the beginning of the listing, and other files below.
|
are shown at the beginning of the listing, and other files below.
|
||||||
.PP
|
.PP
|
||||||
.I Fast directory reload.
|
.I Fast directory reload.
|
||||||
This option is off by default. If you activate the fast reload, the
|
If this option is enabled, the Midnight Commander will use a trick to
|
||||||
Midnight Commander will use a trick to determine if the directory
|
determine if the directory contents have changed. The trick is to reload
|
||||||
contents have changed. The trick is to reload the directory only if
|
the directory only if the i-node of the directory has changed; this means
|
||||||
the i-node of the directory has changed; this means that reloads only
|
that reloads only happen when files are created or deleted. If what
|
||||||
happen when files are created or deleted. If what changes is the
|
changes is the i-node for a file in the directory (file size changes,
|
||||||
i-node for a file in the directory (file size changes, mode or owner
|
mode or owner changes, etc) the display is not updated. In these cases,
|
||||||
changes, etc) the display is not updated. In these cases, if you have
|
if you have the option on, you have to rescan the directory manually
|
||||||
the option on, you have to rescan the directory manually (with C-r).
|
(with C-r).
|
||||||
.PP
|
.PP
|
||||||
.B Pause after run
|
.B Pause after run
|
||||||
.PP
|
.PP
|
||||||
|
Loading…
Reference in New Issue
Block a user