git: 9front

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