shithub: riscv

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