This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: MinGW status for readline


On Fri, Apr 07, 2006 at 04:08:12PM -0400, Bob Rossi wrote:
> > 3.  RL_STATE_MULTIKEY also broke macros which push multi-key sequences
> > into the input stream.  For instance, put this in .inputrc:
> >   Control-y: "\e[D"
> > 
> > Then try to use that.  It works in bash, which does not use callback
> > mode; it fails in GDB, which does.  All the other readline-using apps
> > I checked on my system don't use callbacks, so I couldn't be sure it
> > wasn't GDB's fault, but I don't think it is.
> 
> I use callback mode. Did you apply these patches?
>   ftp://ftp.gnu.org/gnu/readline/readline-5.1-patches/
> One of them definatly fixed a bug with multi key for me.

Yes, sorry for not mentioning that.  I did apply those patches.

-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]