This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA 0/4] Improve "show style", use style in "help" and "apropos".
- From: Tom Tromey <tom at tromey dot com>
- To: Pedro Alves <palves at redhat dot com>
- Cc: Philippe Waroquiers <philippe dot waroquiers at skynet dot be>, gdb-patches at sourceware dot org
- Date: Tue, 18 Jun 2019 10:03:56 -0600
- Subject: Re: [RFA 0/4] Improve "show style", use style in "help" and "apropos".
- References: <20190531131903.21203-1-philippe.waroquiers@skynet.be> <02aed9b6-1ce0-b48f-ed01-ef0fc0fa20b5@redhat.com>
>>>>> "Pedro" == Pedro Alves <palves@redhat.com> writes:
Pedro> I tried the patchlet below, to add a "-------" separator line
Pedro> between commands, and to me, the guidelines help.
Pedro> It also helps when styling is disabled, as with:
This seems reasonable to me.
Pedro> + rl_get_screen_size (nullptr, &width);
I was going to ask why not chars_per_line, but I see that can be
UINT_MAX.
Tom