ttcolors: add threadmaybackground - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 74577741c856c145811061a438d5a52ea7055f39
 (DIR) parent 0ed5e9f828757a17995e0550f285a11c1ff27026
 (HTM) Author: Russ Cox <rsc@swtch.com>
       Date:   Wed, 30 Dec 2020 08:12:04 -0500
       
       ttcolors: add threadmaybackground
       
       Diffstat:
         M src/cmd/draw/tcolors.c              |       6 ++++++
       
       1 file changed, 6 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/src/cmd/draw/tcolors.c b/src/cmd/draw/tcolors.c
       t@@ -44,6 +44,12 @@ dither[16] =  {
        
        extern int chattydrawclient;
        
       +int
       +threadmaybackground(void)
       +{
       +        return 1;
       +}
       +
        void
        threadmain(int argc, char *argv[])
        {