Mercurial > hg > octave-lyh
diff src/variables.cc @ 1646:23ff3d50ab76
[project @ 1995-12-14 09:44:52 by jwe]
author | jwe |
---|---|
date | Thu, 14 Dec 1995 09:46:42 +0000 |
parents | 5e108d51e370 |
children | 68c5b639e6e6 |
line wrap: on
line diff
--- a/src/variables.cc +++ b/src/variables.cc @@ -1738,6 +1738,14 @@ with_multiplot, 0, gnuplot_has_multiplot, "true if gnuplot supports multiplot, false otherwise"); + DEFVAR ("history_file", SBV_history_file, + default_history_file (), 0, sv_history_file, + "name of command history file"); + + DEFVAR ("history_size", SBV_history_size, + default_history_size (), 0, history_size, + "number of commands to save in the history list"); + DEFCONST ("i", SBV_i, Complex (0.0, 1.0), 1, 0, "sqrt (-1)");