shithub: riscv

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