diff -urN coreutils-9.1-orig/src/ls.c coreutils-9.1/src/ls.c
--- coreutils-9.1-orig/src/ls.c	2022-04-08 20:22:18 +0900
+++ coreutils-9.1/src/ls.c	2022-04-16 23:11:36 +0900
@@ -4833,7 +4833,7 @@
          _might_ wrap to the next line.  This may output a sequence
          unnecessarily in multi-byte locales for example,
          but in that case it's inconsequential to the output.  */
-      if (line_length
+      if (0 && line_length
           && (start_col / line_length != (start_col + len - 1) / line_length))
         put_indicator (&color_indicator[C_CLR_TO_EOL]);
     }
