shithub: riscv

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