shithub: riscv

ref: 167ab1f0fa682cd798c1b59aa832a485cc0029bc
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;
}