shithub: riscv

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