shithub: riscv

ref: 5e201a7d2e619fe8f5f23d3a2e30638ac8c50ee9
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;
}