[PING^2][PATCH] [gdb/cli] Show readline wrapping mode for maint info screen
Tom de Vries
tdevries@suse.de
Mon Sep 23 08:16:33 GMT 2024
On 8/27/24 09:30, Tom de Vries wrote:
> On 8/13/24 10:49, Tom de Vries wrote:
>> +/* Import termcap variable UP (instead of readline private variable
>> + _rl_term_up, which we're trying to avoid, see PR build/10723).
>> The UP
>> + variable doesn't seem be part of the regular termcap interface,
>> but rather
>> + curses-specific. But if it's missing in the termcap library, then
>> readline
>> + provides a fallback version. Let's assume the fallback is not
>> part of the
>> + private readline interface. */
>> +extern "C" char *UP;
>> +
>
> Hi,
>
Ping^2.
Thanks,
- Tom
>
> This is the bit of the patch I'd like input on.
>
> Is adding this dependency acceptable, or is this a convoluted form of PR
> build/10723?
>
> Thanks,
> - Tom
More information about the Gdb-patches
mailing list