From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 69551 invoked by alias); 4 Mar 2019 07:53:53 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 69540 invoked by uid 89); 4 Mar 2019 07:53:52 -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-languages-length:513 X-HELO: mout.kundenserver.de Received: from mout.kundenserver.de (HELO mout.kundenserver.de) (217.72.192.75) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 04 Mar 2019 07:53:51 +0000 Received: from [192.168.178.51] ([95.91.242.250]) by mrelayeu.kundenserver.de (mreue107 [212.227.15.183]) with ESMTPSA (Nemesis) id 1N5n3t-1h3XlI17Wd-017Czt for ; Mon, 04 Mar 2019 08:53:47 +0100 Subject: Re: Request to support wxt terminal ( Re: [ANNOUNCEMENT] Updated: gnuplot-5.2.6-1) To: cygwin@cygwin.com References: <2034053033.1762240.1551592875622.JavaMail.yahoo@mail.yahoo.co.jp> <87o96rrfhs.fsf@Rainer.invalid> From: Thomas Wolff Message-ID: <48c1e877-96ca-fa85-2887-83dabbc794cd@towo.net> Date: Mon, 04 Mar 2019 07:53:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.5.2 MIME-Version: 1.0 In-Reply-To: <87o96rrfhs.fsf@Rainer.invalid> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-03/txt/msg00024.txt.bz2 Am 03.03.2019 um 19:15 schrieb Achim Gratz: > ... > > Tatsuro MATSUOKA writes: >> ... >> > ... > > Now, I'd be much more excited about that wxWidgets terminal if it > allowed gnuplot to optionally run without X11, do you know if that's possible? It is quite straight-forward to run gnuplot without X11 as mintty will display its output inline: export GNUTERM=sixel gnuplot -e "splot [x=-3:3] [y=-3:3] sin(x) * cos(y)" Thomas -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple