git: 9front

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