git: 9front

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