shithub: riscv

ref: 69352f66684cbc75e2cd68c80cd028324964c5aa
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;
}