handle interrupts
This commit is contained in:
parent
e830a90849
commit
10ab06a791
3 changed files with 13 additions and 10 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue