shithub: riscv

ref: 2fcd19f16eafc8ce22407334ee9ae0239f4e0be2
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;
}