shithub: front

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