summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2007-05-23 16:08:09 +0000
committerChris Wilson <cpwilson@src.gnome.org>2007-05-23 16:08:09 +0000
commitfc8392634e8f77653dfc75a41662104c9dc5b22b (patch)
treed5853462fd5fa7b8700d99e11c98da34109f5998 /ChangeLog
parent9e8b375a1b84a2c18a2b622902e571f59fecfce6 (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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ddddc6a..e8914b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):