This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Request to support wxt terminal ( Re: [ANNOUNCEMENT] Updated: gnuplot-5.2.6-1)


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]