git: 9front

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