'go to dir containing found item' function added

This commit is contained in:
unK
2008-09-02 04:14:36 +02:00
parent a37882f62a
commit 2f4463080a
4 changed files with 20 additions and 1 deletions

View File

@@ -79,6 +79,7 @@ struct ncmpcpp_keys
int Add[2];
int SavePlaylist[2];
int GoToNowPlaying[2];
int GoToContainingDir[2];
int ToggleAutoCenter[2];
int GoToParentDir[2];
int Quit[2];