git: 9front

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