shithub: front

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