|
From: <pl...@pi...> - 2013-02-14 10:51:27
|
Hi,
I have found an oddity in using pause -1
doc says it should wait for enter key which it does. But if I hit
another key stroke before hitting enter, it is initially ignore but when
I later hit enter it executes multiple repeats.
do for [len in "1 2 3"] { load "fit-data.gnu"; pause -1;}
the included file does a fit then plots the result. Thus I should be
able to loop through a series of plots using enter key.
If , after issuing the above command , I hit space twice then enter it
flashes though 1 and 2 then shows three.
I get the impression the test condition is waiting until the is a #13
but then processing all the previous keystrokes as being at match.
This does not seem to be the intended behaviour.
many thanks, Peter.
|