shithub: front

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