shithub: riscv

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