git: 9front

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