|
From: Timothée L. <tim...@lp...> - 2008-02-20 16:33:54
|
Ethan A Merritt a écrit :
> On Wednesday 20 February 2008 01:44, Tatsuro MATSUOKA wrote:
>
>> I found strange behavior at input data : plot '-'.
>>
>> gnuplot> plot '-'
>> input data ('e' ends) > 1 1
>> input data ('e' ends) > 2 2
>> input data ('e' ends) > 3 3
>> input data ('e' ends) > 4 4 M M K
>>
>>
>> At the screen I preessed left arrow cursor key 'M' appeared.
>> 'K' right arrow key
>> 'P' down arrow key
>> 'H' or 'O' up arrow key
>>
>
> Please tell us the operating system you are using,
> the version of libreadline you are using
Hi,
As far as I remember from the last time I had to dig in that code, the
code path for the inlined data does not use readline at all. That's why
arrow keys generate garbage instead of editing the line.
Best regards,
Timothée Lecomte
|