shithub: riscv

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