shithub: riscv

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