Fix problem where tty mode could get clobbered when ftp was suspended.
authormillert <millert@openbsd.org>
Fri, 14 Mar 1997 05:36:02 +0000 (05:36 +0000)
committermillert <millert@openbsd.org>
Fri, 14 Mar 1997 05:36:02 +0000 (05:36 +0000)
commitd7948bee96fbd219b1004e8f3e05b63165f744aa
tree43c64453708a99b82f813ec47ac53de6f2250cd4
parentf840f2e03161959464cb6780a9277e9b7dc20d1a
Fix problem where tty mode could get clobbered when ftp was suspended.
Call el_parse() to catch editrc(5) commands if the command is not known
to ftp.  Thorsten did all the real work for this :-)
usr.bin/ftp/main.c