shithub: riscv

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