shithub: riscv

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