shithub: riscv

ref: 0f653d0f293fbcc8fb8e6673b49743f8f1bee25a
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;
}