]> git.eshelyaron.com Git - emacs.git/commit
(disable_mouse_highlight): Removed variable.
authorKim F. Storm <storm@cua.dk>
Sat, 16 Feb 2002 23:55:57 +0000 (23:55 +0000)
committerKim F. Storm <storm@cua.dk>
Sat, 16 Feb 2002 23:55:57 +0000 (23:55 +0000)
commit663010611d7a551ae9c444ef47f37b057324a87b
tree7c6b9ad04a2b05824e509f3698de4fbe70e51449
parent64421b63fc3cc61368eb03148411d35ae8df194f
(disable_mouse_highlight): Removed variable.
(note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
(show_mouse_face): Don't show highlight if mouse_face_hidden is set.
(XTread_socket): Turn mouse_face_hidden off after mouse movement,
and on after keyboard input.
(x_term_init): Initialize mouse_face_hidden.
src/xterm.c