git: 9front

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