diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2007-02-06 19:02:38 +0000 |
---|---|---|
committer | Chris Wilson <cpwilson@src.gnome.org> | 2007-02-06 19:02:38 +0000 |
commit | 8d0525d71c15affc86448ba204bcddd94f1dbf56 (patch) | |
tree | 98fa941d7b11fe16189f2bbdb017822c4ea6c51c /ChangeLog | |
parent | 1cb4420af95031508802786ea876a86ab1bc61e7 (diff) | |
download | vte-8d0525d71c15affc86448ba204bcddd94f1dbf56.tar.gz |
And finally as noted on bug 324246#c8 hide the hilite when the mouse
2007-02-06 Chris Wilson <chris@chris-wilson.co.uk>
And finally as noted on bug 324246#c8 hide the hilite when the mouse
leaves the terminal (show again when it enters and let motion-notify
correct it later).
* src/vte.c: (vte_terminal_enter), (vte_terminal_leave),
(vte_terminal_realize), (vte_terminal_class_init):
svn path=/trunk/; revision=1639
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2007-02-06 Chris Wilson <chris@chris-wilson.co.uk> + And finally as noted on bug 324246#c8 hide the hilite when the mouse + leaves the terminal (show again when it enters and let motion-notify + correct it later). + + * src/vte.c: (vte_terminal_enter), (vte_terminal_leave), + (vte_terminal_realize), (vte_terminal_class_init): + +2007-02-06 Chris Wilson <chris@chris-wilson.co.uk> + As noted on bug 324246#c8, hide the hilite when the focus disappears. On focus restore the match for the last mouse coordinates and let motion-notify take care of the rest. |