Author: arekm Date: Mon Sep 10 17:34:48 2007 GMT Module: SOURCES Tag: HEAD ---- Log message: - from fedora
---- Files affected: SOURCES: mc-refresh.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/mc-refresh.patch diff -u /dev/null SOURCES/mc-refresh.patch:1.1 --- /dev/null Mon Sep 10 19:34:48 2007 +++ SOURCES/mc-refresh.patch Mon Sep 10 19:34:43 2007 @@ -0,0 +1,14 @@ +--- 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; + } ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
