a2602d4
--- mc-2007-06-04-22/src/file.c.refresh	2007-06-19 10:23:47.000000000 +0200
a2602d4
+++ mc-2007-06-04-22/src/file.c	2007-06-19 10:33:02.000000000 +0200
a2602d4
@@ -746,7 +746,10 @@ copy_file_file (FileOpContext *ctx, cons
a2602d4
 		return_status =
a2602d4
 		    file_progress_show (ctx, n_read_total + ctx->do_reget, file_size);
a2602d4
 	    }
a2602d4
-	    mc_refresh ();
a2602d4
+	    if (winch_flag)
a2602d4
+		change_screen_size ();
a2602d4
+	    else
a2602d4
+		mc_refresh();
a2602d4
 	    if (return_status != FILE_CONT)
a2602d4
 		goto ret;
a2602d4
 	}