plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

cfill.c (84B)


      1 #include "mplot.h"
      2 void cfill(char *s){
      3 	int k=bcolor(s);
      4 	if(k>=0) e1->backgr=k;
      5 }