ref: f0c29f82fca5cb013ba88e3f99b1d3e216357f70 dir: /sys/src/cmd/plot/libplot/cfill.c/
#include "mplot.h" void cfill(char *s){ int k=bcolor(s); if(k>=0) e1->backgr=k; }