[gnu.bash.bug] Clearing line in Bash 1.04

lupton@uhccux.uhcc.hawaii.edu (Robert Lupton) (02/02/90)

If I have garbage on a line and I wish to redraw the line with ^[2^L,
what I have typed is redrawn, but the rest of the line is not cleared.
As bash presumably uses termcap, the all it has to do is to emit a "ce"
before redrawing.

			Robert