shithub: riscv

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