shithub: riscv

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