git: 9front

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