shithub: riscv

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