git: 9front

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