shithub: riscv

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