shithub: riscv

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