shithub: front

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