add incremental seeking as an option (enabled by default)

This commit is contained in:
unK
2008-09-17 20:30:11 +02:00
parent 022bf9781e
commit 3bbe2c5054
4 changed files with 37 additions and 24 deletions

View File

@@ -134,6 +134,7 @@ struct ncmpcpp_config
bool wrapped_search;
bool space_selects;
bool albums_in_tag_editor;
bool incremental_seeking;
int mpd_connection_timeout;
int crossfade_time;