change to use new thread library
This commit is contained in:
parent
0a839b8314
commit
334cb1e91c
7 changed files with 41 additions and 24 deletions
|
|
@ -178,6 +178,7 @@ editcmd(Text *ct, Rune *r, uint n)
|
|||
resetxec();
|
||||
if(editerrc == nil){
|
||||
editerrc = chancreate(sizeof(char*), 0);
|
||||
chansetname(editerrc, "editerrc");
|
||||
lastpat = allocstring(0);
|
||||
}
|
||||
threadcreate(editthread, nil, STACK);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue