shithub: riscv

ref: 87fca361f72e5f583002fca4d308152e55b3ad28
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;
}