shithub: riscv

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