git: 9front

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