git: 9front

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