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