git: 9front

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