grep-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to grep/ChangeLog


From: Charles Levert
Subject: Changes to grep/ChangeLog
Date: Tue, 14 Jun 2005 16:56:42 -0400

Index: grep/ChangeLog
diff -u grep/ChangeLog:1.246 grep/ChangeLog:1.247
--- grep/ChangeLog:1.246        Fri May  6 04:39:11 2005
+++ grep/ChangeLog      Tue Jun 14 20:56:41 2005
@@ -1,3 +1,18 @@
+2005-06-14  Charles Levert  <address@hidden>
+
+       Fix bug #11022 (Line wrapping causes GREP_COLOR background
+       color to "smear") by outputting a "clear to end of line"
+       control sequence after each SGR (Select Graphic Rendition)
+       control sequence (START and END).  This also avoid similar
+       problems with HT (tab) characters.
+
+       * src/grep.c (SGR_START, SGR_END, PR_SGR_FMT, PR_SGR_FMT_IF,
+         PR_SGR_START, PR_SGR_END, PR_SGR_START_IF, PR_SGR_END_IF):
+         New macros.
+       * src/grep.c (prline): Use the new macros.
+       * tests/fmbtest.sh, tests/foad1.sh: Adjust the regression tests
+         to expect the new control sequences.
+
 2005-05-06  Charles Levert  <address@hidden>
 
        * TODO: Add a few more projects and derived versions to check out.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]