shithub: riscv

ref: 4e04e03142a4e43c208dcf62ca165ad3a05dcc96
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;
}