Commit 35908f82 authored by Chris Allegretta's avatar Chris Allegretta
Browse files

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
parent 1d8fa1fa
Showing with 1 addition and 0 deletions
+1 -0
......@@ -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 */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment