shithub: riscv

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