shithub: riscv

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