git: 9front

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