git: 9front

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