Re: redraw-current-line fails with multiline prompts

2016-02-15 Thread Hugh Davenport
February 16 2016 10:22 AM, "Chet Ramey" wrote: > On 2/15/16 3:57 PM, Hugh Davenport wrote: > >> February 16 2016 9:11 AM, "Chet Ramey" wrote: >>> On 2/12/16 12:45 AM, Hugh Davenport wrote: >>> Bash Version: 4.3 Patch Level: 30 Release Status: release Description:

Re: redraw-current-line fails with multiline prompts

2016-02-15 Thread Chet Ramey
On 2/15/16 3:57 PM, Hugh Davenport wrote: > February 16 2016 9:11 AM, "Chet Ramey" wrote: >> On 2/12/16 12:45 AM, Hugh Davenport wrote: >> >>> Bash Version: 4.3 >>> Patch Level: 30 >>> Release Status: release >>> >>> Description: >>> Assume I have a multiline prompt (`PS1="first\nsecond"`), and a

Re: redraw-current-line fails with multiline prompts

2016-02-15 Thread Hugh Davenport
February 16 2016 9:11 AM, "Chet Ramey" wrote: > On 2/12/16 12:45 AM, Hugh Davenport wrote: > >> Bash Version: 4.3 >> Patch Level: 30 >> Release Status: release >> >> Description: >> Assume I have a multiline prompt (`PS1="first\nsecond"`), and a bind to >> redraw-current-line (`bind '"\er": redr

Re: redraw-current-line fails with multiline prompts

2016-02-15 Thread Chet Ramey
On 2/12/16 12:45 AM, Hugh Davenport wrote: > Bash Version: 4.3 > Patch Level: 30 > Release Status: release > > Description: > Assume I have a multiline prompt (`PS1="first\nsecond"`), and a bind to > redraw-current-line (`bind '"\er": redraw-current-line'`). When I > refresh the