shithub: riscv

ref: 523c33bb6f61260c14ec12ea25b0bba89ba4e856
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;
}