shithub: riscv

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