shithub: riscv

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