shithub: riscv

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