win: another attempt at DEL

This commit is contained in:
Russ Cox 2008-11-13 18:21:10 -08:00
parent d66973d28e
commit 95cb0f633d

View file

@ -372,9 +372,11 @@ stdinproc(void *v)
switch(e.c2){
case 'I':
if(e.nr == 1 && e.r[0] == 0x7F) {
postnote(PNGROUP, pid, "interrupt");
char buf[1];
fsprint(addrfd, "#%ud,#%ud", e.q0, e.q1);
fswrite(datafd, "", 0);
buf[0] = 0x7F;
write(fd0, buf, 1);
break;
}
if(e.q0 < q.p){