ui: Rewrite the builtin terminal UI

Now all terminal-handling code was moved to src/nvim/tui, which implements a
new terminal UI based on libtermkey and unibilium
This commit is contained in:
Thiago de Arruda
2015-02-13 12:06:05 -03:00
parent e0e41b30c6
commit 9a2dd7c498
9 changed files with 1044 additions and 4 deletions

View File

@@ -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().