git: 9front

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