make number of lines scrolled with mouse wheel configurable

This commit is contained in:
Andrzej Rybczak
2009-08-09 20:56:15 +02:00
parent ea1edd4d4a
commit dbca4a80ee
5 changed files with 16 additions and 2 deletions

View File

@@ -196,6 +196,8 @@ struct ncmpcpp_config
int message_delay_time;
int lyrics_db;
int regex_type;
unsigned lines_scrolled;
};
extern ncmpcpp_config Config;