shithub: riscv

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