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