git: 9front

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