This is the mail archive of the gdb-patches@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: [PATCH] Consolidate the custom TUI query hook with the default query hook


On Fri, Jan 9, 2015 at 10:27 AM, Pedro Alves <palves@redhat.com> wrote:
> On 01/09/2015 01:01 PM, Patrick Palka wrote:
>> Hi Pedro,
>>
>> I noticed some latent "rendering" issues when invoking GDB's quit prompt
>> within TUI, e.g. the quit prompt would repeat itself every time you
>> pressed a key.   Here's an updated version of the patch that fixes the
>> two redisplay issues I found.  TUI is a mess...
>
> Thanks a lot for cleaning up the mess.  :-)
>
> It's great that a lot of the little annoying issues that
> plague the TUI are getting fixed.
>
> This is OK.
>
> Another nice side effect is that now all the readline keys,
> like ctrl-w works in queries (even in the CLI).

And tab completion now "works" in queries too :)

Attached is what I committed.

>
> Thanks,
> Pedro Alves

Attachment: 0001-Consolidate-the-custom-TUI-query-hook-with-the-defau.patch
Description: Binary data


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