poll both stdin and mpd using one select()
this allows for immediate reading mpd events
This commit is contained in:
@@ -37,7 +37,7 @@ using namespace NCurses;
|
||||
|
||||
typedef std::pair<std::string, std::string> string_pair;
|
||||
|
||||
const int ncmpcpp_window_timeout = 100;
|
||||
const int ncmpcpp_window_timeout = 500;
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user