On Sun, Apr 7, 2013 at 4:55 AM, Silvan Jegen <s.jegen_AT_gmail.com> wrote:
> Sorry to revive this older discussion but I finally found that one
> graphical
> shell implemented in Webkit that your idea reminded me of. I thought you
> might be interested in reading about it (if you haven't already).
>
>
> http://acko.net/blog/on-termkit/
>
If you have xterm and gnuplot installed, you can try this:
1. Start an xterm with the -t option
2. In the new terminal, run gnuplot <<EOF
set term tek40xx
plot sin(x)
EOF
Received on Tue Apr 09 2013 - 00:12:59 CEST