new feature: apply filter to screen (Ctrl-F)

if one applies a filter, only items that contain this
filter will be displayed. works on all screens.
This commit is contained in:
Andrzej Rybczak
2009-02-17 17:57:55 +01:00
parent 2cb9b46135
commit 5d2daab416
27 changed files with 472 additions and 171 deletions

View File

@@ -24,6 +24,7 @@
#include "mpdpp.h"
#include "ncmpcpp.h"
#include "settings.h"
#include "status.h"
bool ConnectToMPD();
void ParseArgv(int, char **);