aboutsummaryrefslogtreecommitdiffhomepage
path: root/fish_pager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fish_pager.cpp')
-rw-r--r--fish_pager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fish_pager.cpp b/fish_pager.cpp
index 69aad5d9..fb819fab 100644
--- a/fish_pager.cpp
+++ b/fish_pager.cpp
@@ -1112,7 +1112,7 @@ static void destroy()
env_universal_destroy();
input_common_destroy();
wutil_destroy();
- if (del_curterm(cur_term) == ERR)
+ if (fish_del_curterm(cur_term) == ERR)
{
debug(0, _(L"Error while closing terminfo"));
}