shithub: front

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