shithub: riscv

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