git: 9front

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