shithub: riscv

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