diff -ur nano-cvs/src/text.c nano-new/src/text.c --- nano-cvs/src/text.c 2006-05-22 12:00:29.000000000 +0200 +++ nano-new/src/text.c 2006-05-24 19:24:55.000000000 +0200 @@ -2445,4 +2445,6 @@ do_output(output, kbinput_len, TRUE); free(output); + + check_statusblank(); }