From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 91603 invoked by alias); 8 Mar 2019 16:14:39 -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 75135 invoked by uid 89); 8 Mar 2019 16:14:32 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=H*UA:1.1.13212, H*x:1.1.13212, H*x:6.1, H*x:WebService X-HELO: sonic311-31.consmr.mail.ir2.yahoo.com Received: from sonic311-31.consmr.mail.ir2.yahoo.com (HELO sonic311-31.consmr.mail.ir2.yahoo.com) (77.238.176.163) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 08 Mar 2019 16:14:29 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.de; s=s2048; t=1552061667; bh=YuP+A+slwUKj7g1R6JQ/TS7GOJpvj8y95P2/6zNxA54=; h=Date:From:To:In-Reply-To:References:Subject:From:Subject; b=NMar6XukrxR4BM1yGPQ0I9Yr3dKqzwGol6ZJjh5cXnQ0AqG+VXV/d9nis+STYP7+5eUhxdVXuUr1ZIR5nZOjJfvar2S7h9HMjFE3aHEtZDHH9iKo+7LLI5/OYSrQhuj/7kAanbr4Ged4U4u3btBQFQUPAn+QF/cKuc5y4tCgUeBP7IRzlF77/FGZi6F5rG7o3nxxOEZ/yL4tZ7s/LZMf6MC7WHb6gUquDmC/VlvfJ5dyHrkgnXqW3JGjiCKNukRgPabvfLjglDv7VWBI3vpND6n6K20Exevu/liNYEyvSYO81dnNWXdxOb24Buub1l2t4VKsS7rNyXAZ9M21xnnLyA== Received: from sonic.gate.mail.ne1.yahoo.com by sonic311.consmr.mail.ir2.yahoo.com with HTTP; Fri, 8 Mar 2019 16:14:27 +0000 Date: Fri, 08 Mar 2019 16:14:00 -0000 From: "Hannes Domani via gdb-patches" Reply-To: Hannes Domani To: GDB Patches Message-ID: <1726640511.2788003.1552061662967@mail.yahoo.com> In-Reply-To: <83d0n1a01f.fsf@gnu.org> References: <20181128001435.12703-1-tom@tromey.com> <83k1kxfzwo.fsf@gnu.org> <8736rja4i8.fsf@tromey.com> <83r2brhw8k.fsf@gnu.org> <87h8cmh1wg.fsf@tromey.com> <83va12gz8j.fsf@gnu.org> <87mumeb935.fsf@tromey.com> <83ef7oezh0.fsf@gnu.org> <878sxuad8g.fsf@tromey.com> <83va0yeipj.fsf@gnu.org> <87sgw27gyu.fsf@tromey.com> <834l8he3gn.fsf@gnu.org> <83d0n1a01f.fsf@gnu.org> Subject: Re: [PATCH 00/16] Add styling to the gdb CLI and TUI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2019-03/txt/msg00188.txt.bz2 Am Freitag, 8. M=C3=A4rz 2019, 15:55:50 MEZ hat Eli Zaretskii Folgendes geschrieben: > > Date: Tue, 05 Mar 2019 17:38:32 +0200 > > From: Eli Zaretskii > > CC: gdb-patches@sourceware.org > > > > > From: Tom Tromey > > > Cc: Tom Tromey ,=C2=A0 gdb-patches@sourceware.org > > > Date: Mon, 04 Mar 2019 09:16:25 -0700 > > > > > > (gdb) printf "\e[38;2;255;100;0mTRUECOLOR\e[0m\n" > > > > Thanks, I used this example (and its variations) to extend the support > > to any kind of color. >=20 > Here's the patch I propose to enable styling on native MS-Windows > console. >=20 > OK to commit, master and the release branch? I just tried this patch out, and it's working great for me. I really like this new syntax highlighting. @Tom, you mentioned some time ago that you had some patches for source-highlight itself, are they available somewhere? Regards Hannes Domani