From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 91283 invoked by alias); 1 Mar 2019 14:50:35 -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 91189 invoked by uid 89); 1 Mar 2019 14:50:34 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=super X-HELO: eggs.gnu.org Received: from eggs.gnu.org (HELO eggs.gnu.org) (209.51.188.92) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 01 Mar 2019 14:50:33 +0000 Received: from fencepost.gnu.org ([2001:470:142:3::e]:49370) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gzjUb-0008F7-8K; Fri, 01 Mar 2019 09:50:29 -0500 Received: from [176.228.60.248] (port=2896 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gzjUa-0000Jg-5W; Fri, 01 Mar 2019 09:50:28 -0500 Date: Fri, 01 Mar 2019 14:50:00 -0000 Message-Id: <831s3qir8d.fsf@gnu.org> From: Eli Zaretskii To: Pedro Alves CC: tom@tromey.com, gdb-patches@sourceware.org In-reply-to: <24893c9e-f1a1-f740-8e70-f3b134c298ed@redhat.com> (message from Pedro Alves on Fri, 1 Mar 2019 14:10:00 +0000) Subject: Re: [PATCH 00/16] Add styling to the gdb CLI and TUI References: <20181128001435.12703-1-tom@tromey.com> <83k1kxfzwo.fsf@gnu.org> <8736rja4i8.fsf@tromey.com> <83r2f3caje.fsf@gnu.org> <87o9a61qvz.fsf@tromey.com> <7975162f-0b68-4826-6d6c-839d7953937d@redhat.com> <838sxyitq5.fsf@gnu.org> <24893c9e-f1a1-f740-8e70-f3b134c298ed@redhat.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-IsSubscribed: yes X-SW-Source: 2019-03/txt/msg00009.txt.bz2 > Cc: tom@tromey.com, gdb-patches@sourceware.org > From: Pedro Alves > Date: Fri, 1 Mar 2019 14:10:00 +0000 > > I'm saying that there's an easy way out that likely > gets you styling without much work. Over time, older versions of > Windows will fade away. That's a long wait, IMO. > I'm comparing to the current state, where there's no styling at all. That's not yet a "state", since GDB 8.3 was not yet released ;-) > If someone's willing to implement that, it's super fine with me. Thank you, then I will continue working on this.