shithub: riscv

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