shithub: riscv

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