shithub: riscv

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