9term: add threadmaybackground
This commit is contained in:
parent
f23783cbb1
commit
dbc153f51e
@ -47,6 +47,12 @@ usage(void)
|
||||
threadexitsall("usage");
|
||||
}
|
||||
|
||||
int
|
||||
threadmaybackground(void)
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
||||
void
|
||||
threadmain(int argc, char *argv[])
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user