shithub: riscv

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