This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] add "continue" response to pager
- From: Doug Evans <dje at google dot com>
- To: Eli Zaretskii <eliz at gnu dot org>
- Cc: Tom Tromey <tromey at redhat dot com>, gdb-patches <gdb-patches at sourceware dot org>
- Date: Wed, 25 Jun 2014 22:16:14 +0200
- Subject: Re: [PATCH] add "continue" response to pager
- Authentication-results: sourceware.org; auth=none
- References: <1403626650-26313-1-git-send-email-tromey at redhat dot com> <83tx7aqnr0 dot fsf at gnu dot org>
On Tue, Jun 24, 2014 at 6:24 PM, Eli Zaretskii <eliz@gnu.org> wrote:
>> From: Tom Tromey <tromey@redhat.com>
>> Cc: Tom Tromey <tromey@redhat.com>
>> Date: Tue, 24 Jun 2014 10:17:30 -0600
>>
>> This adds a "continue" response to the pager. If the user types "c"
>> in response to the pager prompt, pagination will be disabled for the
>> duration of one command -- but re-enabled afterward. This is handy if
>> you type a command that produces a lot of output, and you don't want
>> to baby-sit it by typing "return" each time the prompt comes up.
>>
>> Built and regtested on x86-64 Fedora 20.
>> This required a couple of minor tweaks to existing tests.
>
> Thanks, but what about updating the manual?
And a NEWS entry.