'titleold': move logic to getout()

This commit is contained in:
Justin M. Keyes
2017-10-05 09:49:17 +02:00
parent 70e84a7c4c
commit 73b50de925
2 changed files with 5 additions and 4 deletions

View File

@@ -649,6 +649,11 @@ void getout(int exitval)
/* Position the cursor again, the autocommands may have moved it */
ui_cursor_goto((int)Rows - 1, 0);
// Apply 'titleold'.
if (p_title && *p_titleold != NUL) {
ui_call_set_title(cstr_as_string((char *)p_titleold));
}
#if defined(USE_ICONV) && defined(DYNAMIC_ICONV)
iconv_end();
#endif