aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>1999-11-28 12:37:33 +0000
committerGerd Moellmann <[email protected]>1999-11-28 12:37:33 +0000
commitf9632fc8a461723d74f43b7443536e188e96ca46 (patch)
tree3988db283a99cca05c858fe309e77e2493f0ea45 /src/xterm.c
parent613a83462a606105d96e614951a87807f33585f0 (diff)
(XTread_socket) <ClientMessage, Xatom_Scrollbar>:
Switch off busy-cursor by setting inhibit_busy_cursor to 2.
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c
index e2f7850829..0ee60c2d6a 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -8846,6 +8846,8 @@ XTread_socket (sd, bufp, numchars, expected)
else if (event.xclient.message_type
== dpyinfo->Xatom_Scrollbar)
{
+ if (display_busy_cursor_p)
+ inhibit_busy_cursor = 2;
x_scroll_bar_to_input_event (&event, bufp);
++bufp, ++count, --numchars;
goto out;