You've already forked termux-packages
mirror of
https://github.com/izzy2lost/termux-packages.git
synced 2026-03-26 17:00:19 -07:00
12 lines
272 B
Diff
12 lines
272 B
Diff
--- a/src/ncmpcpp.cpp
|
|
+++ b/src/ncmpcpp.cpp
|
|
@@ -108,7 +108,7 @@
|
|
cerr_buffer = std::cerr.rdbuf();
|
|
std::cerr.rdbuf(errorlog.rdbuf());
|
|
|
|
- signal(SIGPIPE, SIG_IGN);
|
|
+ //signal(SIGPIPE, SIG_IGN);
|
|
signal(SIGWINCH, sighandler);
|
|
|
|
Mpd.setNoidleCallback(Status::update);
|