summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@src.gnome.org>2002-07-19 03:00:29 +0000
committerNalin Dahyabhai <nalin@src.gnome.org>2002-07-19 03:00:29 +0000
commit4107683a49d46a88752c889b24148387554a50b8 (patch)
treec3deea2831c1986ea9b707abcaa5409e87ec4811 /ChangeLog
parentc7b0c2bbdb11ea8364829a6a7e0e1c4b0749c4cc (diff)
Fudge the repaint line count by one when scrolling regions to ensure that
* src/vte.c: Fudge the repaint line count by one when scrolling regions to ensure that the old cursor gets repainted. Calculate the area which needs to be repainted when reverse-scrolling correctly.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 559ad69..bb2887d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
2002-07-18 nalin
+ * src/vte.c: Fudge the repaint line count by one when scrolling regions
+ to ensure that the old cursor gets repainted. Calculate the area which
+ needs to be repainted when reverse-scrolling correctly.
+2002-07-18 nalin
* src/vte.c: Implement enough of set-mode and reset-mode to allow
toggling of insert mode using this sequence. Move all scrolling into
vte_terminal_scroll_region and use gdk_draw_drawable to avoid repainting