shithub: riscv

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