shithub: riscv

ref: 01b4c2a63dac5a244d20d3d06b44c4072227f19a
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;
}