shithub: riscv

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