shithub: riscv

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