shithub: riscv

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