shithub: riscv

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