git: 9front

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