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