shithub: riscv

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