discard column colors if item is selected (optional)

This commit is contained in:
Andrzej Rybczak
2010-01-24 01:21:07 +01:00
parent f991a41c1a
commit 359ce4fa9c
5 changed files with 16 additions and 3 deletions

View File

@@ -222,6 +222,8 @@
#
#search_engine_display_mode = "classic" (classic/columns)
#
#discard_column_colors_if_item_is_selected = "yes"
#
#incremental_seeking = "yes"
#
#seek_time = "1"

View File

@@ -177,6 +177,9 @@ Default display mode for Browser.
.B search_engine_display_mode = classic/columns
Default display mode for Search engine.
.TP
.B discard_column_colors_if_item_is_selected = yes/no
Indicates whether colors in column view have to be discarded if item is selected or not.
.TP
.B header_visibility = yes/no
If enabled, header window will be displayed, otherwise hidden.
.TP