shithub: riscv

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