URI:
       tcfill.c - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       tcfill.c (84B)
       ---
            1 #include "mplot.h"
            2 void cfill(char *s){
            3         int k=bcolor(s);
            4         if(k>=0) e1->backgr=k;
            5 }