shithub: riscv

ref: 6468f848bc16cae5a74ec15337298e33a2ff1aae
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;
}