git: 9front

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