|
From: Petr M. <mi...@ph...> - 2007-06-11 17:32:15
|
> The value <int> indicates the value of history size when leaving gnuplot. It > is used for truncating the history to at most that many lines. The default > is 666. > > [snip] > > `unset history` will set history operation to its default settings: no > history > truncation at exit and thus allow indefinite number of lines, `condensed`, > and > `numbered`. > > In one case the default is 666 in the other it is indefinite. There is no > "set history inf" or anything like that. 9999 could be enough... Anyway, you cannot store infinite number of commands on a PC with a finite hard disk. --- PM |