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
30076589
Commit
30076589
authored
Mar 27, 2008
by
Jason Rumney
Browse files
(start_hourglass): Suppress hourglass on tty frames.
parent
cec7f4af
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
src/ChangeLog
src/ChangeLog
+4
-0
src/w32fns.c
src/w32fns.c
+4
-0
No files found.
src/ChangeLog
View file @
30076589
2008-03-27 Jason Rumney <jasonr@gnu.org>
* w32fns.c (start_hourglass): Suppress hourglass on tty frames.
2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
* charset.c (Fdefine_charset_internal): Change the way of
...
...
src/w32fns.c
View file @
30076589
...
...
@@ -7280,6 +7280,10 @@ start_hourglass ()
int secs, msecs = 0;
struct frame * f = SELECTED_FRAME ();
/* No cursors on non GUI frames. */
if (!FRAME_W32_P (f))
return;
cancel_hourglass ();
if (INTEGERP (Vhourglass_delay)
...
...
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