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