shithub: riscv

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