bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: multiline ^C regression


From: Chris Down
Subject: Re: multiline ^C regression
Date: Thu, 27 Mar 2014 15:50:17 +0800
User-agent: Mutt/1.5.23 (2014-03-12)

Egmont Koblinger writes:
> Type a multiline command, and press ^C.
> 
> bash-4.2:  The new prompt appeared below the complete multiline command.
> 
> bash-4.3:  The new prompt appears right under the previous prompt,
> overwriting parts of the aborted command line and leaving garbage after the
> new prompt.

Cannot reproduce:

    chris@lakes:~$ while :
    > do
    > :
    > :
    > :^C
    chris@lakes:~$ echo $BASH_VERSION
    4.3.0(1)-release

Does this happen when you execute bash without sourcing the profile/rc?

Attachment: pgpAojO9oFaBJ.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]