|
From: Daniel J S. <dan...@ie...> - 2006-09-05 14:17:43
|
Timoth=E9e Lecomte wrote:
>>BTW, in the wxt "config" dialog, I propose to write "(-persist)" instea=
d
>>of
>>"(persist)", etc.
>=20
>=20
> I guess you are thinking of the command line option. Please note that y=
ou
> can also use 'set term wxt persist', so the '-' would be misleading in
> that case.
>=20
> Best regards,
>=20
> Timoth=E9e
If you are talking command line options and multiple terminal types for l=
inux/unix, I just want to note there is this in plot.c.
} else if (!strcmp(argv[i], "-h") || !strcmp(argv[i], "--help")) {
printf( "Usage: gnuplot [OPTION]... [FILE]\n"
#ifdef X11
"for X11 options see 'help X11->command-line-options'\n"
#endif
" -V, --version\n"
" -h, --help\n"
which is probably good if gnuplot is set up to have just wxt and not x11.=
But if there are both wxt and x11 present in the same build, and there =
is to be wxt options, then listing the wxt options as well may be the log=
ical choice.
Dan
|