shithub: front

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