git: 9front

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