shithub: riscv

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