shithub: riscv

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