git: 9front

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