shithub: riscv

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