shithub: riscv

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