Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ce1295bd
Commit
ce1295bd
authored
Apr 01, 2002
by
Pavel Janík
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(XTread_socket): Generate SELECT_WINDOW_EVENTs only for Emacs windows.
parent
4f4fada2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/xterm.c
src/xterm.c
+2
-1
No files found.
src/xterm.c
View file @
ce1295bd
...
@@ -10890,7 +10890,8 @@ XTread_socket (sd, bufp, numchars, expected)
...
@@ -10890,7 +10890,8 @@ XTread_socket (sd, bufp, numchars, expected)
/* Window will be selected only when it is not selected now and
/* Window will be selected only when it is not selected now and
last mouse movement event was not in it. Minibuffer window
last mouse movement event was not in it. Minibuffer window
will be selected iff it is active. */
will be selected iff it is active. */
if (!EQ (window, last_window)
if (WINDOWP(window)
&& !EQ (window, last_window)
&& !EQ (window, selected_window)
&& !EQ (window, selected_window)
&& numchars > 0)
&& numchars > 0)
{
{
...
...
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