shithub: riscv

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