projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b7ab89
)
Remove too-agressive window refresh in the hourglass code
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 7 Nov 2021 03:10:56 +0000
(
04:10
+0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 7 Nov 2021 03:10:56 +0000
(
04:10
+0100)
* src/xterm.c (x_show_hourglass): Don't force a spurious refresh
(bug#51649).
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 9b434bffcc2448a0ff49ffc4c49c11e8cf4fb705..3550cbe2f5686708d0f640972cfc7651fa252453 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-4126,7
+4126,6
@@
x_show_hourglass (struct frame *f)
XMapRaised (dpy, x->hourglass_window);
XFlush (dpy);
- redisplay_preserve_echo_area (21);
}
}
}