diff options
author | Nalin Dahyabhai <nalin@src.gnome.org> | 2002-07-19 03:00:29 +0000 |
---|---|---|
committer | Nalin Dahyabhai <nalin@src.gnome.org> | 2002-07-19 03:00:29 +0000 |
commit | 4107683a49d46a88752c889b24148387554a50b8 (patch) | |
tree | c3deea2831c1986ea9b707abcaa5409e87ec4811 /ChangeLog | |
parent | c7b0c2bbdb11ea8364829a6a7e0e1c4b0749c4cc (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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |