shithub: riscv

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