dkogan / feedgnuplot

Tool to plot realtime and stored data from the commandline, using gnuplot.
Other
707 stars 37 forks source link

exit command does not work. #20

Closed abaisero closed 9 years ago

abaisero commented 10 years ago

I have feedgnuplot version 1.34 and can't seem to get the exit command to work properly (only tried gnome-terminal with zsh and bash).

Here is the command I run:

feedgnuplot --lines --stream 0 --exit
1
2
3
1
replot
exit
...
<CTRL-D>

What I expect:

What happens:

CTRL-D works when I use it on an instance of feedgnuplot which doesn't have the --stream flag set (still requires --exit). exit never works.

Let me know if I need to give out more details. Best,

dkogan commented 10 years ago

Hi. Thank you very much for the report. I just pushed a patch that I believe fixes the issue. Does it handle all the cases you tried? If so, please close the report.

Thanks again.

dkogan commented 9 years ago

closing. presumably the reporter was satisfied