shithub: riscv

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