git: 9front

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