diff options
| author | rsc <devnull@localhost> | 2006-05-05 04:55:14 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2006-05-05 04:55:14 +0000 |
| commit | 663017560218b62119022f9f4360cf6eb05a36e2 (patch) | |
| tree | e38c0d7cda94f06bde1327af7f804d04b506906a /src/cmd/acme/dat.h | |
| parent | 11b0772a33026b44fd0a7f8a8d757d2f6a218878 (diff) | |
| download | plan9port-663017560218b62119022f9f4360cf6eb05a36e2.tar.gz plan9port-663017560218b62119022f9f4360cf6eb05a36e2.zip | |
fix edit pipe bug
Diffstat (limited to 'src/cmd/acme/dat.h')
| -rw-r--r-- | src/cmd/acme/dat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cmd/acme/dat.h b/src/cmd/acme/dat.h index 0bf82381..075ffe22 100644 --- a/src/cmd/acme/dat.h +++ b/src/cmd/acme/dat.h @@ -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 |
