Awesome, thanks for the super fast fix :) e.
On Thu, Mar 27, 2014 at 7:26 PM, Chet Ramey <chet.ra...@case.edu> wrote: > On 3/27/14 3:40 AM, Egmont Koblinger wrote: > > Hi, > > > > 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. > > Thanks for the report. This is a consequence of bash and readline's > reworked signal handling, which moves processing out of signal handlers. > > I've attached a patch that will fix this problem. > > Chet > > -- > ``The lyf so short, the craft so long to lerne.'' - Chaucer > ``Ars longa, vita brevis'' - Hippocrates > Chet Ramey, ITS, CWRU c...@case.edu > http://cnswww.cns.cwru.edu/~chet/ >