nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 35908f829c8082b42ab598aa11d58b9a3a7a5c4b
parent 1d8fa1fa9029110547dde4c3a61d12db714c16b0
Author: Chris Allegretta <chrisa@asty.org>
Date:   Tue, 10 Dec 2002 00:55:32 +0000

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

Diffstat:
Mnano.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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 */