Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6de0e1a2
Commit
6de0e1a2
authored
Oct 12, 2005
by
YAMAMOTO Mitsuharu
Browse files
(note_mouse_movement): Undo last change.
parent
ce728a0c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
6 deletions
+4
-6
src/ChangeLog
src/ChangeLog
+4
-0
src/macterm.c
src/macterm.c
+0
-2
src/w32term.c
src/w32term.c
+0
-2
src/xterm.c
src/xterm.c
+0
-2
No files found.
src/ChangeLog
View file @
6de0e1a2
2005-10-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* xterm.c, w32term.c, macterm.c (note_mouse_movement): Undo last change.
2005-10-12 Kim F. Storm <storm@cua.dk>
* xterm.c (handle_one_xevent): Clear last_mouse_glyph on mouse up/down.
...
...
src/macterm.c
View file @
6de0e1a2
...
...
@@ -4193,8 +4193,6 @@ note_mouse_movement (frame, pos)
/* Remember which glyph we're now on. */
remember_mouse_glyph (frame, pos->h, pos->v, &last_mouse_glyph);
}
else
help_echo_string = previous_help_echo_string;
}
...
...
src/w32term.c
View file @
6de0e1a2
...
...
@@ -3238,8 +3238,6 @@ note_mouse_movement (frame, msg)
other times. */
remember_mouse_glyph (frame, mouse_x, mouse_y, &last_mouse_glyph);
}
else
help_echo_string = previous_help_echo_string;
}
...
...
src/xterm.c
View file @
6de0e1a2
...
...
@@ -3610,8 +3610,6 @@ note_mouse_movement (frame, event)
/* Remember which glyph we're now on. */
remember_mouse_glyph (frame, event->x, event->y, &last_mouse_glyph);
}
else
help_echo_string = previous_help_echo_string;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment