shithub: riscv

ref: 2acb02f29ba24f3fed9bb3b8b0e0d870181eef50
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;
}