]> git.pld-linux.org Git - packages/coreutils.git/blob - coreutils-bug-10243.patch
- process signals more often in --color mode in ls
[packages/coreutils.git] / coreutils-bug-10243.patch
1 --- coreutils-8.14/src/ls.c~    2011-10-10 09:56:46.000000000 +0200
2 +++ coreutils-8.14/src/ls.c     2011-12-07 18:54:11.468310130 +0100
3 @@ -4041,9 +4041,9 @@
4    if (stack)
5      PUSH_CURRENT_DIRED_POS (stack);
6  
7 +  process_signals ();
8    if (used_color_this_time)
9      {
10 -      process_signals ();
11        prep_non_filename_text ();
12        if (start_col / line_length != (start_col + width - 1) / line_length)
13          put_indicator (&color_indicator[C_CLR_TO_EOL]);
This page took 1.104751 seconds and 3 git commands to generate.