|
From: Petr M. <mi...@ph...> - 2009-02-12 14:32:29
|
> Anyhow, what if the end user wants to use some terminal type other > than x11? I was thinking how to smoothly support x11, wxt, and others, in a portable way. What about: set term screen ... options ... or set term default ... options ... There, the "screen" terminal is that after gnuplot's start-up, i.e. that in GPVAL_TERM. Then, Octave (or others) won't have to care about set term x11 set term win set term aqua etc.; it will just do set term screen|default|other_synonym Gnuplot will have to ensure that all "set term x11|wxt|qt|win|pm|aqua" options are the same (or silently ignored if not relevant). What do you think about it? --- PM |