shithub: riscv

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