git: 9front

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