shithub: front

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