ncmpcpp cpp curses mpdclient (#975)

* ncmpcpp cpp curses mpdclient pre setup for android mpd

* not needed
This commit is contained in:
its-pointless
2017-05-18 08:35:47 +10:00
committed by Fredrik Fornwall
parent 7e77ed292e
commit acf8220ade
5 changed files with 72 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
--- ../cache/ncmpcpp-8134e6e23b2787322fa10e65e44d286da82eea91/src/ncmpcpp.cpp 2017-04-23 02:24:57.000000000 +0000
+++ ./src/ncmpcpp.cpp 2017-04-30 03:20:01.848812572 +0000
@@ -108,8 +108,8 @@
cerr_buffer = std::cerr.rdbuf();
std::cerr.rdbuf(errorlog.rdbuf());
- sigignore(SIGPIPE);
- signal(SIGWINCH, sighandler);
+ // sigignore(SIGPIPE);
+ // signal(SIGWINCH, sighandler);
Mpd.setNoidleCallback(Status::update);