|
From: Tatsuro M. <tma...@ya...> - 2014-06-14 02:47:38
|
----- Original Message ----- > From: Tatsuro MATSUOKA > To: tmacchant3 gnuplot-beta > Cc: > Date: 2014/6/13, Fri 18:01 > Subject: Re: qt terminal on windows : pipe does not work > > ----- Original Message ----- > >> From: Tatsuro MATSUOKA >> To: gnuplot-beta@ >> Cc: >> Date: 2014/6/13, Fri 13:03 >> Subject: qt terminal on windows : pipe does not work >> >> Hello >> >> In the bug ticket[1], >> >> As I (Tatsuro MATSOKA) was shown, the issue on pipe feature does not work > on qt >> terminal on windows. >> >> (For wxt and windows terminals, pipe works as expected. And on Ubuntu, pipe > >> works on with the qt terminal.) . >> >> I do not have enough knowledge for qt terminal. >> >> If someone who has knowledge the qt terminal on windows, please commit the > bug >> ticket [1]. >> >> >> [1] >> #1426 pipes not working on MS Windows >> >> https://sourceforge.net/p/gnuplot/bugs/1426/ >> > > > As I wrote in the bug ticket that codes for windows of int qt_waitforinput(int > options) in qt_term.cpp should be revised for pipe to be accepted. The bug is now fixed in CVS by Bastian. 2014-06-13 Bastian Maerkisch <bma...@we...> * src/qtterminal/qt_term.cpp (qt_waitforinput): Fix index error when trying to stop thread which reads from pipe. Bug #1426 I will update my binary distribution on Monday. Tatsuro |