shithub: riscv

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