diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2007-05-28 06:31:47 +0000 |
---|---|---|
committer | Chris Wilson <cpwilson@src.gnome.org> | 2007-05-28 06:31:47 +0000 |
commit | bffdf19ea1c4ef71d07091ee269a6ee18cf1c8e6 (patch) | |
tree | a1ac7459c965d6318c5eb96d4cf6826f4c9be3ff /ChangeLog | |
parent | 1d31aab30cc04473dfe9484d2d307de565882bc4 (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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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), |