shithub: riscv

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