use idle notifications instead of polling mpd all the time

This commit is contained in:
Andrzej Rybczak
2009-10-25 02:25:51 +02:00
parent eff5ebba4e
commit 3e99bba5b8
4 changed files with 564 additions and 167 deletions

View File

@@ -37,7 +37,7 @@ using namespace NCurses;
typedef std::pair<std::string, std::string> string_pair;
const int ncmpcpp_window_timeout = 250;
const int ncmpcpp_window_timeout = 100;
#endif