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
f10ded1c
Commit
f10ded1c
authored
Jul 28, 1996
by
Richard M. Stallman
Browse files
Fix previous change.
parent
ce89ef46
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
src/xterm.c
src/xterm.c
+6
-2
No files found.
src/xterm.c
View file @
f10ded1c
...
...
@@ -4052,8 +4052,12 @@ XTread_socket (sd, bufp, numchars, waitp, expected)
}
else if (event.type == ButtonRelease)
{
if (!f) f = last_mouse_press_frame;
SET_SAVED_BUTTON_EVENT;
if (!f)
f = last_mouse_press_frame;
if (f)
{
SET_SAVED_BUTTON_EVENT;
}
}
else
goto OTHER;
...
...
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