git: 9front

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