git: 9front

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