[PATCH v2] Make the TUI command window support the mouse

Eli Zaretskii eliz@gnu.org
Sun Jun 13 18:02:49 GMT 2021


> From: Pedro Alves <pedro@palves.net>
> Cc: ssbssa@yahoo.de, gdb-patches@sourceware.org, tom@tromey.com,
>  brobecker@adacore.com
> Date: Sun, 13 Jun 2021 18:29:57 +0100
> 
> > Maybe I'm missing something, but what about MS-Windows, where the
> > cursor motion keys don't (AFAIK) generate escape sequences?
> 
> AFAICT, readline processes the escape sequences we're passing it anyhow,
> since it unconditionally registers/binds them.  It seems to be working for
> Hannes.

AFAIR, Hannes uses PDCurses, not ncurses, and I don't know what that
means for this particular issue.  I didn't try building GDB after
these changes, but if someone succeeded building with ncurses and
running this code on Windows, then I'm happy, of course.


More information about the Gdb-patches mailing list