shithub: riscv

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