git: 9front

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