shithub: front

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