settings: make progressbar_look support 'empty' part of progressbar
This commit is contained in:
@@ -257,6 +257,10 @@
|
||||
#
|
||||
#centered_cursor = "no"
|
||||
#
|
||||
##
|
||||
## Note: You can specify third character which will
|
||||
## be used to build 'empty' part of progressbar.
|
||||
##
|
||||
#progressbar_look = "=>"
|
||||
#
|
||||
#default_place_to_search_in = "database" (database/playlist)
|
||||
|
||||
@@ -202,7 +202,7 @@ Default state for autocenter mode at start.
|
||||
If enabled, currently highlighted position in the list will be always centered.
|
||||
.TP
|
||||
.B progressbar_look = TEXT
|
||||
This variable defines the look of progressbar. Note that it has to be exactly two characters long.
|
||||
This variable defines the look of progressbar. Note that it has to be exactly two or three characters long.
|
||||
.TP
|
||||
.B default_find_mode = wrapped/normal
|
||||
If set to "wrapped", going from last found position to next will take you to the first one (same goes for the first position and going to previous one), otherwise no actions will be performed.
|
||||
|
||||
Reference in New Issue
Block a user