shithub: riscv

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