X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=ZGPbUw/CjPmqpNgR
	fboXz7pWwen6J1RwBhCvtZedr9tvtyq0ZpSbsXkMyBday5ID4XHWv+1gEeIAea5i
	otjWi7hOLlUUwTgyaTunf92uU7THwzQ7yTfR1aqXl+r50Jxy6d8ZTOMAQyGd7Sps
	/lTbMchQkOJTktZGUmGbS3URjuo=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; s=default; bh=MSoXR1s3E7HnxWLsNWkhlL
	/54Y0=; b=pwtWdaPR8bWav4R8BTxddGLFonQ85zXQ3kcG06BhpyNWQtEOsaMzgD
	1ChkPXzTb1FuckCBrQUYDYjmr4OdY+hlFbpZvXW1Zs0TDqc0PBcmfYdF1H1jlGDu
	pwf619R02UPl86LDgYEBWWfa+rnfMOJWvdp2OOqAqZ9hJMTOwRViI=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
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=transparent, screen, Hx-languages-length:732, controls
X-HELO: mout.kundenserver.de
Subject: Re: Request to support wxt terminal ( Re: [ANNOUNCEMENT] Updated: gnuplot-5.2.6-1)
To: cygwin@cygwin.com
References: <announce.87a7idqk28.fsf@Rainer.invalid> <2034053033.1762240.1551592875622.JavaMail.yahoo@mail.yahoo.co.jp> <87o96rrfhs.fsf@Rainer.invalid> <48c1e877-96ca-fa85-2887-83dabbc794cd@towo.net> <87imwyo6p3.fsf@Rainer.invalid>
From: Thomas Wolff <towo@towo.net>
Message-ID: <50244c48-4125-1d9b-0952-1ad95685c068@towo.net>
Date: Mon, 4 Mar 2019 19:56:51 +0100
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1
MIME-Version: 1.0
In-Reply-To: <87imwyo6p3.fsf@Rainer.invalid>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit
X-IsSubscribed: yes

Am 04.03.2019 um 19:06 schrieb Achim Gratz:
> Thomas Wolff writes:
>> 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)"
> I know and that's rad, now if it also worked inside a tmux or screen session…
Sixel graphics are embedded in DSC ... ST controls which are 
unfortunately the same that screen/tmux use for their transparent 
pass-through function of unknown escape sequences, so they will filter 
them out.
Maybe it's possible to achieve the desired output with some tricky 
screen/tmux configuration.
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

