git: 9front

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