Re: [PATCH] Support configurable mode strings in prompt

2015-12-14 Thread Chet Ramey
On 12/6/15 10:34 PM, Dylan Cali wrote: > > On Sun, Nov 16, 2014 at 9:48 PM, Chet Ramey > wrote: > > Most of this will be in the next release of bash. I added some things and > left out the \m prompt expansion for now. > > > Hi Chet, > > I finally had a cha

Re: [PATCH] Support configurable mode strings in prompt

2015-12-06 Thread Dylan Cali
On Sun, Nov 16, 2014 at 9:48 PM, Chet Ramey wrote: > Most of this will be in the next release of bash. I added some things and > left out the \m prompt expansion for now. > Hi Chet, I finally had a chance to play with the 4.4 beta. Unfortunately, it seems to be getting confused when color esc

Re: [PATCH] Support configurable mode strings in prompt

2014-11-16 Thread Chet Ramey
On 11/7/14 7:56 AM, Dylan Cali wrote: > On Thu, Nov 6, 2014 at 11:53 PM, wrote: >> I hope this gets merged in soon. I love the bash vi mode and I love the >> realtime mode indicator that we now have with show-mode-in-prompt. If I >> could customize that portion of my command line I could add th

Re: [PATCH] Support configurable mode strings in prompt

2014-11-07 Thread Dylan Cali
On Thu, Nov 6, 2014 at 11:53 PM, wrote: > I hope this gets merged in soon. I love the bash vi mode and I love the > realtime mode indicator that we now have with show-mode-in-prompt. If I could > customize that portion of my command line I could add that portion of the > prompt in a much more

Re: [PATCH] Support configurable mode strings in prompt

2014-11-07 Thread alex . ford
On Thursday, September 4, 2014 7:00:16 AM UTC-6, Chet Ramey wrote: > On 9/4/14, 7:22 AM, Dylan Cali wrote: > > Hi Chet, > > > > Just curious if it will be possible to merge this enhancement? > > I haven't looked at it yet. > > -- > ``The lyf so short, the craft so long to lerne.'' - Chaucer >

Re: [PATCH] Support configurable mode strings in prompt

2014-11-07 Thread alex . ford
On Thursday, September 4, 2014 5:22:58 AM UTC-6, Dylan Cali wrote: > Hi Chet, > > Just curious if it will be possible to merge this enhancement? > > Thanks, > Dylan This is what it looks like right now. It's still really helpful as is, but it doesn't really fit in with the theme I was going for

Re: [PATCH] Support configurable mode strings in prompt

2014-09-04 Thread Chet Ramey
On 9/4/14, 7:22 AM, Dylan Cali wrote: > Hi Chet, > > Just curious if it will be possible to merge this enhancement? I haven't looked at it yet. -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa, vita brevis'' - Hippocrates Chet Ramey, ITS, CWRUc...@

Re: [PATCH] Support configurable mode strings in prompt

2014-09-04 Thread Dylan Cali
Hi Chet, Just curious if it will be possible to merge this enhancement? Thanks, Dylan

[PATCH] Support configurable mode strings in prompt

2014-08-28 Thread Dylan Cali
Hi all, This is a patch to readline that enhances the current show-mode-in-prompt feature. It adds support for user-configurable mode strings instead of hard-coded mode chars. It also adds support for the '\m' escape sequence, which allows users to indicate exactly where in their prompt they wou