shithub: riscv

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