From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 92706 invoked by alias); 27 Feb 2019 18:51:03 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 92616 invoked by uid 89); 27 Feb 2019 18:51:03 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy=Hx-spam-relays-external:209.85.221.66, H*RU:209.85.221.66 X-HELO: mail-wr1-f66.google.com Received: from mail-wr1-f66.google.com (HELO mail-wr1-f66.google.com) (209.85.221.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 27 Feb 2019 18:51:02 +0000 Received: by mail-wr1-f66.google.com with SMTP id w6so15943912wrs.4 for ; Wed, 27 Feb 2019 10:51:01 -0800 (PST) Return-Path: Received: from ?IPv6:2001:8a0:f913:f700:4c97:6d52:2cea:997b? ([2001:8a0:f913:f700:4c97:6d52:2cea:997b]) by smtp.gmail.com with ESMTPSA id z17sm14968763wrs.75.2019.02.27.10.50.59 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 27 Feb 2019 10:50:59 -0800 (PST) Subject: Re: [PATCH 2/2] Make 'show width/height' display "unlimited" when capped, for readline (Re: [PATCH] Prevent overflow in rl_set_screen_size) To: Kevin Buettner , Tom Tromey References: <20190214185254.15369a0a@f29-4.lan> <9e42397a-e3a5-0296-d239-70f4c7c0d215@redhat.com> <87wom0yfcb.fsf@tromey.com> <300b07b2-3803-a573-33a2-049b630a6164@redhat.com> <87tvgynpcz.fsf@tromey.com> <20190220160159.18302361@f29-4.lan> Cc: gdb-patches@sourceware.org, Saagar Jha From: Pedro Alves Message-ID: <12d810aa-a0fe-429a-fac2-255197076763@redhat.com> Date: Wed, 27 Feb 2019 18:51:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20190220160159.18302361@f29-4.lan> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2019-02/txt/msg00496.txt.bz2 On 02/20/2019 11:01 PM, Kevin Buettner wrote: > On Wed, 20 Feb 2019 14:04:28 -0700 > Tom Tromey wrote: > >>>>>>> "Pedro" == Pedro Alves writes: >> >> Pedro> So how about this version instead? >> >> Pedro> And this as a follow up? >> >> These both look good to me. >> Thanks for following up on this. > > LGTM too. Thanks. I've checked these in now. Thanks, Pedro Alves