[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: job control for the es shell
Scott Schwartz wrote:
>
> > A feature, which IMHO is badly missing form the es shell, is job control.
>
> A reasonable alternative: use the "screen" program and bind its command
> character to ctrl-Z (instead of the default ctrl-A).
I tried screen, but it has not the same feeling and not the same semantics as
conventional job control. I am to used to the bourne job control. Personally,
I won't use a shell without job control.
But then, if anybody does not like my patch: DON'T USE IT! It is just an option
to those people, who want to have it :-)
PS: To get rid of the memory leak in the LIBREADLINE support add the following
lines after line 314 in input.c (in->nufbegin[nre...):
#if LIBREADLINE
free(rlinebuf);
#endif
--
+----------------------------------------------------------------------+
I Dipl. Phys. Olaf Rogalsky Institut f. Theo. Physik I I
I Tel.: 09131 8528440 Univ. Erlangen-Nuernberg I
I Fax.: 09131 8528444 Staudtstrasse 7 B3 I
I rogalsky@theorie1.physik.uni-erlangen.de D-91058 Erlangen I
+----------------------------------------------------------------------+