git: 9front

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