summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2007-05-28 06:31:47 +0000
committerChris Wilson <cpwilson@src.gnome.org>2007-05-28 06:31:47 +0000
commitbffdf19ea1c4ef71d07091ee269a6ee18cf1c8e6 (patch)
treea1ac7459c965d6318c5eb96d4cf6826f4c9be3ff /ChangeLog
parent1d31aab30cc04473dfe9484d2d307de565882bc4 (diff)
uws noted on IRC that 'vte trunk does strange thingies with colors'
2007-05-28 Chris Wilson <chris@chris-wilson.co.uk> uws noted on IRC that 'vte trunk does strange thingies with colors' * src/vte.c (vte_terminal_draw_rows): When reaching the end-of-row be careful not to reset the current text attributes (color, underlining, etc). svn path=/trunk/; revision=1901
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7be5c9d..8cc5d7b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-05-28 Chris Wilson <chris@chris-wilson.co.uk>
+
+ uws noted on IRC that 'vte trunk does strange thingies with colors'
+
+ * src/vte.c (vte_terminal_draw_rows):
+ When reaching the end-of-row be careful not to reset the
+ current text attributes (color, underlining, etc).
+
2007-05-25 Chris Wilson <chris@chris-wilson.co.uk>
* src/vte.c (vte_terminal_expand_region),