shithub: riscv

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