shithub: riscv

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