fix edit pipe bug

This commit is contained in:
rsc 2006-05-05 04:55:14 +00:00
parent 11b0772a33
commit 6630175602
3 changed files with 48 additions and 2 deletions

View file

@ -269,6 +269,7 @@ struct Window
int tagexpand;
int taglines;
Rectangle tagtop;
QLock editoutlk;
};
void wininit(Window*, Window*, Rectangle);
@ -562,4 +563,6 @@ Channel *cerr; /* chan(char*) */
Channel *cedit; /* chan(int) */
Channel *cwarn; /* chan(void*)[1] (really chan(unit)[1]) */
QLock editoutlk;
#define STACK 32768