Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ccbc4452
Commit
ccbc4452
authored
Mar 05, 2009
by
Adrian Robert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* nsterm.m (ns_select): Shortcircuit if reentrant call.
parent
69a8e484
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/nsterm.m
src/nsterm.m
+1
-1
No files found.
src/ChangeLog
View file @
ccbc4452
2009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
* nsterm.m (ns_select): Shortcircuit if reentrant call.
2009-03-05 Kenichi Handa <handa@m17n.org>
* font.c (font_select_entity): New function.
...
...
src/nsterm.m
View file @
ccbc4452
...
...
@@ -3221,7 +3221,7 @@ overwriting cursor (usually when cursor on a tab) */
NSEvent *ev;
/* NSTRACE (ns_select); */
if (NSApp == nil /* || ([NSApp isActive] == NO &&
if (NSApp == nil
|| inNsSelect == 1
/* || ([NSApp isActive] == NO &&
[NSApp nextEventMatchingMask:NSAnyEventMask untilDate:nil
inMode:NSDefaultRunLoopMode dequeue:NO] == nil) */)
return select (nfds, readfds, writefds, exceptfds, timeout);
...
...
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