Remove del_curterm workaround on *BSD.

FreeBSD PR was https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=108117
OpenBSD PR was 5447.

Both have been fixed for years.

This reverts commit c55cbd3f2f, among
others.
This commit is contained in:
David Adam
2014-12-08 07:54:33 +08:00
parent 9a34df604d
commit 68029095b5
3 changed files with 1 additions and 29 deletions

View File

@@ -528,7 +528,7 @@ void input_destroy()
input_common_destroy();
if (fish_del_curterm(cur_term) == ERR)
if (del_curterm(cur_term) == ERR)
{
debug(0, _(L"Error while closing terminfo"));
}