diff options
Diffstat (limited to 'src/nvim/os_unix.c')
-rw-r--r-- | src/nvim/os_unix.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/os_unix.c b/src/nvim/os_unix.c index 094d3fa1ba..3bf67c2290 100644 --- a/src/nvim/os_unix.c +++ b/src/nvim/os_unix.c @@ -409,6 +409,8 @@ void mch_exit(int r) if (swapping_screen() && !newline_on_exit) exit_scroll(); + ui_builtin_stop(); + /* * A newline is only required after a message in the alternate screen. * This is set to TRUE by wait_return(). |