From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22332 invoked by alias); 20 Feb 2019 23:02: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 22312 invoked by uid 89); 20 Feb 2019 23:02: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,SPF_HELO_PASS autolearn=no version=3.3.2 spammy= X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 20 Feb 2019 23:02:02 +0000 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id D11A28552E; Wed, 20 Feb 2019 23:02:00 +0000 (UTC) Received: from f29-4.lan (ovpn-117-11.phx2.redhat.com [10.3.117.11]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 700FA5D9D2; Wed, 20 Feb 2019 23:02:00 +0000 (UTC) Date: Wed, 20 Feb 2019 23:02:00 -0000 From: Kevin Buettner To: Tom Tromey Cc: gdb-patches@sourceware.org, Pedro Alves , Saagar Jha Subject: Re: [PATCH 2/2] Make 'show width/height' display "unlimited" when capped, for readline (Re: [PATCH] Prevent overflow in rl_set_screen_size) Message-ID: <20190220160159.18302361@f29-4.lan> In-Reply-To: <87tvgynpcz.fsf@tromey.com> 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> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-02/txt/msg00342.txt.bz2 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. Kevin