shithub: riscv

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