mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 17:52:43 +00:00
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:
parent
f433d6afed
commit
e95d27b9ae
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89735
@ -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():
|
||||
|
Loading…
Reference in New Issue
Block a user