git: 9front

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