shithub: riscv

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