git: 9front

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