ref: 1e12ab2f1228b202cfff2bf90a1e733d9dc325ef 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; }