fix edit pipe bug
This commit is contained in:
parent
11b0772a33
commit
6630175602
3 changed files with 48 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue