diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2007-05-23 16:08:09 +0000 |
---|---|---|
committer | Chris Wilson <cpwilson@src.gnome.org> | 2007-05-23 16:08:09 +0000 |
commit | fc8392634e8f77653dfc75a41662104c9dc5b22b (patch) | |
tree | d5853462fd5fa7b8700d99e11c98da34109f5998 /ChangeLog | |
parent | 9e8b375a1b84a2c18a2b622902e571f59fecfce6 (diff) |
Bug 429278 – Cursor drawn strangely in joe
2007-05-23 Chris Wilson <chris@chris-wilson.co.uk>
Bug 429278 – Cursor drawn strangely in joe
* src/vte.c (vte_terminal_expand_region),
(vte_terminal_paint_area):
Ensure the expanded regions are cell aligned.
svn path=/trunk/; revision=1899
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2007-05-23 Chris Wilson <chris@chris-wilson.co.uk> + Bug 429278 – Cursor drawn strangely in joe + + * src/vte.c (vte_terminal_expand_region), + (vte_terminal_paint_area): + Ensure the expanded regions are cell aligned. + +2007-05-23 Chris Wilson <chris@chris-wilson.co.uk> + cf Bug 439247 – scrolling vim in full screen is painfully slow and takes up 100% of the cpu * src/vte.c (vte_terminal_draw_rows): |