shithub: front

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