shithub: front

ref: 4a69412b4fa92677903ca5d7c3c6e2bd188af4ab
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;
}