shithub: front

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