From: Chris Allegretta Date: Tue, 10 Dec 2002 00:55:32 +0000 (+0000) Subject: Fix screen not updating at exit of spell X-Git-Tag: v1.1.99pre1~49 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=35908f829c8082b42ab598aa11d58b9a3a7a5c4b;p=nano.git 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 --- diff --git a/nano.c b/nano.c index 13f9064d..330f1373 100644 --- a/nano.c +++ b/nano.c @@ -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 */