git: 9front

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