shithub: front

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