shithub: riscv

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