shithub: riscv

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