git: 9front

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