15 lines
459 B
Diff
15 lines
459 B
Diff
|
--- 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;
|
||
|
}
|