Fix screen not updating at exit of spell

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1327 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
Chris Allegretta 2002-12-10 00:55:32 +00:00
parent 1d8fa1fa90
commit 35908f829c
1 changed files with 1 additions and 0 deletions

1
nano.c
View File

@ -1860,6 +1860,7 @@ int do_int_speller(char *tempfile_name)
free(read_buff);
replace_abort();
edit_update(current, current_x);
/* Process end of spell process */