|
From: Karl-Friedrich R. <mai...@gm...> - 2013-02-14 12:04:37
|
This doesn´t reproduce for me.
On gp4.6pl0 official windows build, pause -1 waits until <space> or
<enter> is hit, all other keys pressed are completely ignored.
I like this behaviour (e.g. being able to proceed by pressing
<space>), but it is also undocumented.
Karl
On 14.02.2013 11:44, pl...@pi... wrote:
> 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.
>
>
>
>
|