From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 104963 invoked by alias); 4 Mar 2019 18:56:58 -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 104950 invoked by uid 89); 4 Mar 2019 18:56:58 -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=transparent, screen, Hx-languages-length:732, controls X-HELO: mout.kundenserver.de Received: from mout.kundenserver.de (HELO mout.kundenserver.de) (212.227.126.187) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 04 Mar 2019 18:56:57 +0000 Received: from [192.168.178.45] ([95.91.242.250]) by mrelayeu.kundenserver.de (mreue009 [212.227.15.167]) with ESMTPSA (Nemesis) id 1MHX3R-1gnMEJ07TF-00DXTW for ; Mon, 04 Mar 2019 19:56:54 +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> <48c1e877-96ca-fa85-2887-83dabbc794cd@towo.net> <87imwyo6p3.fsf@Rainer.invalid> From: Thomas Wolff Message-ID: <50244c48-4125-1d9b-0952-1ad95685c068@towo.net> Date: Mon, 04 Mar 2019 18:56:00 -0000 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 X-SW-Source: 2019-03/txt/msg00046.txt.bz2 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