On Fri, Jan 9, 2015 at 10:27 AM, Pedro Alves 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