always be honest about tabstop.
This commit is contained in:
parent
4a4a7c3e5b
commit
2d930d4552
2 changed files with 7 additions and 1 deletions
|
|
@ -141,6 +141,8 @@ threadmain(int argc, char **argv)
|
|||
if(ctlfd == 0 || fsread(ctlfd, buf, 12) != 12)
|
||||
sysfatal("ctl: %r");
|
||||
id = atoi(buf);
|
||||
snprint(buf, sizeof buf, "%d", id);
|
||||
putenv("winid", buf);
|
||||
sprint(buf, "%d/tag", id);
|
||||
fd = fsopenfd(fs, buf, OWRITE|OCEXEC);
|
||||
write(fd, " Send Delete", 12);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue