git: 9front

ref: fcb6e41f5990077bcda51d8c369ae23b2fcff0ec
dir: /sys/src/cmd/plot/libplot/cfill.c/

View raw version
#include "mplot.h"
void cfill(char *s){
	int k=bcolor(s);
	if(k>=0) e1->backgr=k;
}