Fix problem where with PicoBSD the shell coredumps if it does not find an

entry for its terminal type in /etc/termcap.

Submitted by:	bde
This commit is contained in:
David E. O'Brien 2002-01-24 13:54:19 +00:00
parent f433d6afed
commit e95d27b9ae
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89735

View File

@ -338,9 +338,9 @@ term_init(EditLine *el)
return (-1);
(void) memset(el->el_term.t_val, 0, T_val * sizeof(int));
term_outfile = el->el_outfile;
term_init_arrow(el);
if (term_set(el, NULL) == -1)
return (-1);
term_init_arrow(el);
return (0);
}
/* term_end():