Sophie

Sophie

distrib > Mandriva > 2010.0 > x86_64 > media > main-testing-src > by-pkgid > c436e0743ca5d32f105637cdebeac083 > files > 22

mc-4.7.0.1-1mdv2010.0.src.rpm

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