ncdc 1.4 released + some minor changes
This commit is contained in:
parent
79f87caafc
commit
399409e038
6 changed files with 53 additions and 7 deletions
12
dat/ncdc-man
12
dat/ncdc-man
|
|
@ -351,6 +351,9 @@ SETTINGS
|
|||
color_* <color>
|
||||
The settings starting with the `color_' prefix allow you to change the
|
||||
interface colors. The following is a list of available color settings:
|
||||
list_default - default item in a list
|
||||
list_header - header of a list
|
||||
list_select - selected item in a list
|
||||
log_default - default log color
|
||||
log_time - the time prefix in log messages
|
||||
log_nick - default nick color
|
||||
|
|
@ -358,9 +361,11 @@ SETTINGS
|
|||
log_ownnick - color of your own nick
|
||||
log_join - color of join messages
|
||||
log_quit - color of quit messages
|
||||
separator - the list separator/footer bar
|
||||
tabprio_low - low priority tab notification color
|
||||
tabprio_med - medium priority tab notification color
|
||||
tabprio_high - high priority tab notification color
|
||||
title - the title bar
|
||||
|
||||
The actual color value can be set with a comma-separated list of color
|
||||
names and/or attributes. The first color in the list is the foreground
|
||||
|
|
@ -369,7 +374,7 @@ SETTINGS
|
|||
will be used.
|
||||
The following color names can be used: black, blue, cyan, default, green,
|
||||
magenta, red, white and yellow.
|
||||
The following attributes can be used: bold, reverse and underline.
|
||||
The following attributes can be used: bold, blink, reverse and underline.
|
||||
The actual color values displayed by your terminal may vary. Adding the
|
||||
`bold' attribute usually makes the foreground color appear brighter as
|
||||
well.
|
||||
|
|
@ -558,6 +563,9 @@ KEY BINDINGS
|
|||
End/Home Select last/first item in the list.
|
||||
Right/l Open selected directory.
|
||||
Left/h Open parent directory.
|
||||
o Toggle sorting directories before files.
|
||||
s Order by file size.
|
||||
n Order by file name.
|
||||
d Add selected file/directory to the download queue.
|
||||
m Match selected item with the download queue.
|
||||
M Match entire file list with the download queue.
|
||||
|
|
@ -714,4 +722,4 @@ SEE ALSO
|
|||
|
||||
|
||||
|
||||
ncdc-1.3 October 2011 ncdc(1)
|
||||
ncdc-1.4 October 2011 ncdc(1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue