git: 9front

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