shithub: plan9front

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