shithub: riscv

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