git: 9front

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