ref: 1201f3f8bfa95490b4e9dea2a053260a2b36ed26 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; }