shithub: riscv

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