Hi all,
Recenty I noticed that gnuplot no longer responds instantly to control
characters. You have to hit an additional key before they take effect.
So, for example, if I type "^Zdfg\n" I get the following:
gnuplot> ^Z
[1]+ Stopped(SIGTSTP) gnuplot
[r...@scovich] ~/experiments
$ fg
gnuplot
d
Notice that gnuplot, not bash, got the 'd'...
I've also managed to close my terminal on accident once or twice, but I
don't know what exact key sequence did it (it may have had something to
do with ^S enabling flow control instead of starting a search in emacs,
because the latter failed to come to fg when gnuplot slurped up the 'f').
Maybe it's some strange interaction between bash's readline and
gnuplot's? The shell isn't affected, nor are non-readline utilities like
cat and emacs.
Thoughts?
Ryan
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple