shithub: riscv

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