git: 9front

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