handle interrupts

This commit is contained in:
rsc 2005-11-06 22:22:54 +00:00
parent e830a90849
commit 10ab06a791
3 changed files with 13 additions and 10 deletions

View file

@ -419,6 +419,16 @@ rcoutputproc(void *arg)
}
}
void
winterrupt(Window *w)
{
char rubout[1];
USED(w);
rubout[0] = getintr(sfd);
write(rcfd, rubout, 1);
}
/*
* Process in-band messages about window title changes.
* The messages are of the form: