Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > by-pkgid > f249bde25fbadcdb023b9fae90355aa1 > files > 22

mc-4.7.0-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;
 	}