git: 9front

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