shithub: riscv

ref: 26dc73c763de25196a60caba7f7815b13cf2f91f
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;
}