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
aa8bff2e
Commit
aa8bff2e
authored
Aug 31, 1996
by
Richard M. Stallman
Browse files
(XTupdate_end): Always clear mouse_face_defer flag.
parent
f5e278c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/xterm.c
src/xterm.c
+1
-2
No files found.
src/xterm.c
View file @
aa8bff2e
...
...
@@ -391,8 +391,7 @@ XTupdate_end (f)
do_line_dance
();
x_display_cursor
(
f
,
1
,
curs_x
,
curs_y
);
if
(
f
==
FRAME_X_DISPLAY_INFO
(
f
)
->
mouse_face_mouse_frame
)
FRAME_X_DISPLAY_INFO
(
f
)
->
mouse_face_defer
=
0
;
FRAME_X_DISPLAY_INFO
(
f
)
->
mouse_face_defer
=
0
;
#if 0
/* This fails in the case of having updated only the echo area
if we have switched buffers. In that case, FRAME_CURRENT_GLYPHS
...
...
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