Fix multibuffer mode not showing "Close" string anymore

on buffer open/closer.


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4225 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
Chris Allegretta 2008-03-13 17:48:16 +00:00
parent 0018d8ed6f
commit d3a1ff6a33
2 changed files with 2 additions and 0 deletions

View File

@ -952,6 +952,7 @@ void do_insertfile(
break;
}
}
shortcut_init(FALSE);
free(ans);
}

View File

@ -1010,6 +1010,7 @@ void do_exit(void)
} else if (i != 1)
statusbar(_("Cancelled"));
shortcut_init(FALSE);
display_main_list();
}