shithub: front

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