tcolors: add threadmaybackground

This commit is contained in:
Russ Cox 2020-12-30 08:12:04 -05:00
parent 0ed5e9f828
commit 74577741c8

View file

@ -44,6 +44,12 @@ dither[16] = {
extern int chattydrawclient;
int
threadmaybackground(void)
{
return 1;
}
void
threadmain(int argc, char *argv[])
{