shithub: riscv

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