aboutsummaryrefslogtreecommitdiffhomepage
path: root/input.cpp
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2014-12-08 07:54:33 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2014-12-08 08:01:03 +0800
commit68029095b5b1fe1eb7033b300917d149882d72c2 (patch)
tree549db80134940ed61d1fc182b45253cbffcd1009 /input.cpp
parent9a34df604dfd9104f42f1c1948c32e2a2ccedd81 (diff)
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 c55cbd3f2f003ea6e36727f8b985e880d6aded85, among others.
Diffstat (limited to 'input.cpp')
-rw-r--r--input.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/input.cpp b/input.cpp
index 136c68c5..8eeb4477 100644
--- a/input.cpp
+++ b/input.cpp
@@ -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"));
}