shithub: riscv

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