git: 9front

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