Skip to content

Commit 1e7885a

Browse files
committed
patch 7.4.1655
Problem: remote_expr() hangs. (Ramel) Solution: Check for messages in the waiting loop.
1 parent 52c6eaf commit 1e7885a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/if_xcmdsrv.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -606,6 +606,7 @@ ServerWait(
606606
{
607607
while (XCheckWindowEvent(dpy, commWindow, PropertyChangeMask, &event))
608608
serverEventProc(dpy, &event, 1);
609+
server_parse_messages();
609610

610611
if (endCond(endData) != 0)
611612
break;

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,8 @@ static char *(features[]) =
748748

749749
static int included_patches[] =
750750
{ /* Add new patch number below this line */
751+
/**/
752+
1655,
751753
/**/
752754
1654,
753755
/**/

0 commit comments

Comments
 (0)