shithub: riscv

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