git: 9front

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