From 35908f829c8082b42ab598aa11d58b9a3a7a5c4b Mon Sep 17 00:00:00 2001
From: Chris Allegretta <chrisa@asty.org>
Date: Tue, 10 Dec 2002 00:55:32 +0000
Subject: [PATCH] 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
---
 nano.c | 1 +
 1 file changed, 1 insertion(+)

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 */
 
-- 
GitLab