|
From: Petr M. <mi...@ph...> - 2006-05-17 14:32:23
|
> %%%%%%% Something wrong in save/load code %%%%%%%%%%%%%%%%%
> gnuplot> save 'yyy'
>
> gnuplot> GPVAL_TERM_OPTIONS = "something or other"
> Cannot set internal variable GPVAL_*
Both implemented, also for the MOUSE_ variables.
> SHOW_ALL_NL;
>- fputs("\n\tVariables:\n", stderr);
>+ int show_gpval = 0;
Fixed.
---
PM
|