git: 9front

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