From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 92721 invoked by alias); 18 Mar 2019 14:41:06 -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 92712 invoked by uid 89); 18 Mar 2019 14:41:06 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy= X-HELO: mail-wm1-f68.google.com Received: from mail-wm1-f68.google.com (HELO mail-wm1-f68.google.com) (209.85.128.68) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 18 Mar 2019 14:41:05 +0000 Received: by mail-wm1-f68.google.com with SMTP id f65so13289630wma.2 for ; Mon, 18 Mar 2019 07:41:05 -0700 (PDT) Return-Path: Received: from ?IPv6:2001:8a0:f913:f700:56ee:75ff:fe8d:232b? ([2001:8a0:f913:f700:56ee:75ff:fe8d:232b]) by smtp.gmail.com with ESMTPSA id g8sm6788505wro.77.2019.03.18.07.41.02 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 18 Mar 2019 07:41:02 -0700 (PDT) Subject: Re: [PATCH] Fix scrolling right in the TUI (Re: [RFC 8.3 0/3] Some style fixes) To: Tom Tromey References: <20190308210433.32683-1-tromey@adacore.com> <1828778750.3318305.1552141698307@mail.yahoo.com> <87o96g3upj.fsf@tromey.com> <375483967.6114402.1552410513314@mail.yahoo.com> <83lg1i3hkj.fsf@gnu.org> <5bb1d8b6-1ee9-3c2b-7a03-224657e2287f@redhat.com> <87sgvn6c2p.fsf@tromey.com> Cc: Eli Zaretskii , Hannes Domani , gdb-patches@sourceware.org From: Pedro Alves Message-ID: <689c0a09-f398-0529-e715-1f5a3e42e0d3@redhat.com> Date: Mon, 18 Mar 2019 14:41: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: <87sgvn6c2p.fsf@tromey.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2019-03/txt/msg00377.txt.bz2 On 03/15/2019 09:51 PM, Tom Tromey wrote: >>>>>> "Pedro" == Pedro Alves writes: > > Pedro> Tromey, WDYT? Would you prefer the version without the lambda? > > I think it's fine with them. Thank you. Merged to master and branch. Thanks, Pedro Alves