aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/plot/libplot/cfill.c
blob: 8f700c7fcc5f3cde5ab73b29d338dc481b1ae410 (plain)
1
2
3
4
5
#include "mplot.h"
void cfill(char *s){
	int k=bcolor(s);
	if(k>=0) e1->backgr=k;
}