git: 9front

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