shithub: front

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