git: 9front

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