shithub: riscv

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