Comment 1 for bug 307652

Revision history for this message
Mark O'Donohue (mark-odonohue) wrote :

Ok here is a simple program showing the problem.

It is actually the testit.c program distributed with libeditline,

$make
$./run.sh

essentiallty it does

$./testit < test.txt

Where test.txt has lines over 64 character long.

Cheers - Mark