mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
tcolors: add threadmaybackground
This commit is contained in:
parent
0ed5e9f828
commit
74577741c8
1 changed files with 6 additions and 0 deletions
|
@ -44,6 +44,12 @@ dither[16] = {
|
|||
|
||||
extern int chattydrawclient;
|
||||
|
||||
int
|
||||
threadmaybackground(void)
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
||||
void
|
||||
threadmain(int argc, char *argv[])
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue