help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: svgalib


From: A. S. Budden
Subject: Re: svgalib
Date: Tue, 23 Sep 2003 15:15:37 +0100
User-agent: Mutt/1.4.1i-nntp3

Thus spake Przemek Klosowski:
>    > 
>    >   bash> export STY=1.tty1.foobar
>    >   bash> echo "set term linux; plot sin(x);" | gnuplot
> 
>    effect.  The method you describe above fixes the problem of it not
>    working in normal virtual consoles (i.e. when not running screen), but
>    it still doesn't work in screen.
> 
> If you force STY in a 'screen' environment, it'll have a wrong value,
> so I think you set it to a dummy value only after checking that it is
> not already set. In bash, it is:
> 
> 
> if test "${STY:+unset}" = "unset" ; then export STY=1.tty1.foo; fi

True, but it still doesn't solve the problem of it not working in
screen.  This is basically saying "if in screen, do nothing", so it is
just as before.

Al



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]